Html Css Color HEX #66CEC9 Downy

📋 copy color: '#66CEC9'

red 102 ◦ green 206 ◦ blue 201

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

Shades of Downy #66CEC9

Tints of Downy #66CEC9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.47%

 BLUE value IS 201 (78.91% from 255) = 39.49%

R = 20.04%
G = 40.47%
B = 39.49%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#66CEC9 (or 0x66CEC9) is known color: Downy. HEX triplet: 66, CE and C9. RGB value is (102,206,201). Sum of RGB (Red+Green+Blue) = 102+206+201=509 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.04% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CEC9 is #993136. Grayscale: #AEAEAE. Windows color (decimal): -10039607 or 13225574. OLE color: 13225574.

HSL color Cylindrical-coordinate representation of color #66CEC9: hue angle of 177.12º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CEC9 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 206 201 -
CMYK 0.50 0 0.02 0.19
HSL 177.12º 0.51% 0.6% -
HSV(B) 177.12º 0.5% 0.81% -
XYZ 38.09 51.18 63.13 -
YUV 174.33 143.04 76.41 -
System Red Green Blue C M Y K H S L
Decimal 102 206 201 0.50 0 0.02 0.19 177.12 0.51 0.6
Hex 66 CE C9 32 0 2 13 B1 33 3C
Octal 146 316 311 62 0 2 23 261 63 74
Binary 1100110 11001110 11001001 110010 0 10 10011 10110001 110011 111100

Color Harmonies of #66CEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CEC9

Black with #66CEC9

Text Example


Text Example

White with #66CEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,206,201); }

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

background-color css

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

 a { background-color: rgb(102,206,201); }

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

border-color css

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

 span { border-color: rgb(102,206,201); }

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