Html Css Color HEX #66CBBD Downy

📋 copy color: '#66CBBD'

red 102 ◦ green 203 ◦ blue 189

#66CBBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #66CBBD

Tints of Downy #66CBBD

RGB

 RED value IS 102 (40.23% from 255) = 20.65%

 GREEN value IS 203 (79.69% from 255) = 41.09%

 BLUE value IS 189 (74.22% from 255) = 38.26%

R = 20.65%
G = 41.09%
B = 38.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#66CBBD (or 0x66CBBD) is known color: Downy. HEX triplet: 66, CB and BD. RGB value is (102,203,189). Sum of RGB (Red+Green+Blue) = 102+203+189=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #66CBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CBBD is #993442. Grayscale: #ABABAB. Windows color (decimal): -10040387 or 12438374. OLE color: 12438374.

HSL color Cylindrical-coordinate representation of color #66CBBD: hue angle of 171.68º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CBBD is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 203 189 -
CMYK 0.50 0 0.07 0.20
HSL 171.68º 0.49% 0.6% -
HSV(B) 171.68º 0.5% 0.8% -
XYZ 36.02 49.21 55.74 -
YUV 171.21 138.04 78.64 -
System Red Green Blue C M Y K H S L
Decimal 102 203 189 0.50 0 0.07 0.20 171.68 0.49 0.6
Hex 66 CB BD 32 0 7 14 AC 31 3C
Octal 146 313 275 62 0 7 24 254 61 74
Binary 1100110 11001011 10111101 110010 0 111 10100 10101100 110001 111100

Color Harmonies of #66CBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CBBD

Black with #66CBBD

Text Example


Text Example

White with #66CBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66CBBD; }

 p { color: rgb(102,203,189); }

 H1.HeaderClassName
 {
   color: #66CBBD;
 }
 .AnyTagClassName
 {
   color: #66CBBD;
 }
</style>

background-color css

<style>
 a { background-color: #66CBBD; }

 a { background-color: rgb(102,203,189); }

 div.DivClassName
 {
   background-color: #66CBBD;
 }
 .BgClassName
 {
   background-color: #66CBBD;
 }
</style>

border-color css

<style>
 span { border-color: #66CBBD; }

 span { border-color: rgb(102,203,189); }

 td.TdClassName
 {
   border-color: #66CBBD;
 }
 .TagClassName
 {
   border-color: #66CBBD;
 }
</style>