Html Css Color HEX #66EFC0 Downy

📋 copy color: '#66EFC0'

red 102 ◦ green 239 ◦ blue 192

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

Shades of Downy #66EFC0

Tints of Downy #66EFC0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.84%

 BLUE value IS 192 (75.39% from 255) = 36.02%

R = 19.14%
G = 44.84%
B = 36.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#66EFC0 (or 0x66EFC0) is known color: Downy. HEX triplet: 66, EF and C0. RGB value is (102,239,192). Sum of RGB (Red+Green+Blue) = 102+239+192=533 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.14% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #66EFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EFC0 is #99103F. Grayscale: #C0C0C0. Windows color (decimal): -10031168 or 12644198. OLE color: 12644198.

HSL color Cylindrical-coordinate representation of color #66EFC0: hue angle of 159.42º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EFC0 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 239 192 -
CMYK 0.57 0 0.20 0.06
HSL 159.42º 0.81% 0.67% -
HSV(B) 159.42º 0.57% 0.94% -
XYZ 45.86 68.36 60.65 -
YUV 192.68 127.61 63.32 -
System Red Green Blue C M Y K H S L
Decimal 102 239 192 0.57 0 0.20 0.06 159.42 0.81 0.67
Hex 66 EF C0 39 0 14 6 9F 51 43
Octal 146 357 300 71 0 24 6 237 121 103
Binary 1100110 11101111 11000000 111001 0 10100 110 10011111 1010001 1000011

Color Harmonies of #66EFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EFC0

Black with #66EFC0

Text Example


Text Example

White with #66EFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,239,192); }

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

background-color css

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

 a { background-color: rgb(102,239,192); }

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

border-color css

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

 span { border-color: rgb(102,239,192); }

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