Html Css Color HEX #66CEC8 Downy

📋 copy color: '#66CEC8'

red 102 ◦ green 206 ◦ blue 200

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

Shades of Downy #66CEC8

Tints of Downy #66CEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.37%

R = 20.08%
G = 40.55%
B = 39.37%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#66CEC8 (or 0x66CEC8) is known color: Downy. HEX triplet: 66, CE and C8. RGB value is (102,206,200). Sum of RGB (Red+Green+Blue) = 102+206+200=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CEC8 is #993137. Grayscale: #AEAEAE. Windows color (decimal): -10039608 or 13160038. OLE color: 13160038.

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

Color convert

RGB 102 206 200 -
CMYK 0.50 0 0.03 0.19
HSL 176.54º 0.51% 0.6% -
HSV(B) 176.54º 0.5% 0.81% -
XYZ 37.98 51.14 62.51 -
YUV 174.22 142.54 76.49 -
System Red Green Blue C M Y K H S L
Decimal 102 206 200 0.50 0 0.03 0.19 176.54 0.51 0.6
Hex 66 CE C8 32 0 3 13 B1 33 3C
Octal 146 316 310 62 0 3 23 261 63 74
Binary 1100110 11001110 11001000 110010 0 11 10011 10110001 110011 111100

Color Harmonies of #66CEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CEC8

Black with #66CEC8

Text Example


Text Example

White with #66CEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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