Html Css Color HEX #66CEB8 Downy

📋 copy color: '#66CEB8'

red 102 ◦ green 206 ◦ blue 184

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

Shades of Downy #66CEB8

Tints of Downy #66CEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.4%

R = 20.73%
G = 41.87%
B = 37.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#66CEB8 (or 0x66CEB8) is known color: Downy. HEX triplet: 66, CE and B8. RGB value is (102,206,184). Sum of RGB (Red+Green+Blue) = 102+206+184=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CEB8 is #993147. Grayscale: #ACACAC. Windows color (decimal): -10039624 or 12111462. OLE color: 12111462.

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

Color convert

RGB 102 206 184 -
CMYK 0.50 0 0.11 0.19
HSL 167.31º 0.51% 0.6% -
HSV(B) 167.31º 0.5% 0.81% -
XYZ 36.2 50.43 53.17 -
YUV 172.4 134.54 77.79 -
System Red Green Blue C M Y K H S L
Decimal 102 206 184 0.50 0 0.11 0.19 167.31 0.51 0.6
Hex 66 CE B8 32 0 B 13 A7 33 3C
Octal 146 316 270 62 0 13 23 247 63 74
Binary 1100110 11001110 10111000 110010 0 1011 10011 10100111 110011 111100

Color Harmonies of #66CEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CEB8

Black with #66CEB8

Text Example


Text Example

White with #66CEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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