Html Css Color HEX #66CEC7 Downy

📋 copy color: '#66CEC7'

red 102 ◦ green 206 ◦ blue 199

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

Shades of Downy #66CEC7

Tints of Downy #66CEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.25%

R = 20.12%
G = 40.63%
B = 39.25%

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

#66CEC7 (or 0x66CEC7) is known color: Downy. HEX triplet: 66, CE and C7. RGB value is (102,206,199). Sum of RGB (Red+Green+Blue) = 102+206+199=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CEC7 is #993138. Grayscale: #AEAEAE. Windows color (decimal): -10039609 or 13094502. OLE color: 13094502.

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

Color convert

RGB 102 206 199 -
CMYK 0.50 0 0.03 0.19
HSL 175.96º 0.51% 0.6% -
HSV(B) 175.96º 0.5% 0.81% -
XYZ 37.86 51.09 61.9 -
YUV 174.11 142.04 76.57 -
System Red Green Blue C M Y K H S L
Decimal 102 206 199 0.50 0 0.03 0.19 175.96 0.51 0.6
Hex 66 CE C7 32 0 3 13 B0 33 3C
Octal 146 316 307 62 0 3 23 260 63 74
Binary 1100110 11001110 11000111 110010 0 11 10011 10110000 110011 111100

Color Harmonies of #66CEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CEC7

Black with #66CEC7

Text Example


Text Example

White with #66CEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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