Html Css Color HEX #66CBBA Downy

📋 copy color: '#66CBBA'

red 102 ◦ green 203 ◦ blue 186

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

Shades of Downy #66CBBA

Tints of Downy #66CBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.88%

R = 20.77%
G = 41.34%
B = 37.88%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#66CBBA (or 0x66CBBA) is known color: Downy. HEX triplet: 66, CB and BA. RGB value is (102,203,186). Sum of RGB (Red+Green+Blue) = 102+203+186=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #66CBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CBBA is #993445. Grayscale: #AAAAAA. Windows color (decimal): -10040390 or 12241766. OLE color: 12241766.

HSL color Cylindrical-coordinate representation of color #66CBBA: hue angle of 169.9º 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 #66CBBA is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 203 186 -
CMYK 0.50 0 0.08 0.20
HSL 169.9º 0.49% 0.6% -
HSV(B) 169.9º 0.5% 0.8% -
XYZ 35.7 49.08 54.05 -
YUV 170.86 136.54 78.88 -
System Red Green Blue C M Y K H S L
Decimal 102 203 186 0.50 0 0.08 0.20 169.9 0.49 0.6
Hex 66 CB BA 32 0 8 14 AA 31 3C
Octal 146 313 272 62 0 10 24 252 61 74
Binary 1100110 11001011 10111010 110010 0 1000 10100 10101010 110001 111100

Color Harmonies of #66CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CBBA

Black with #66CBBA

Text Example


Text Example

White with #66CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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