Html Css Color HEX #66F0C0 Downy

📋 copy color: '#66F0C0'

red 102 ◦ green 240 ◦ blue 192

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

Shades of Downy #66F0C0

Tints of Downy #66F0C0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.94%

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

R = 19.1%
G = 44.94%
B = 35.96%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#66F0C0 (or 0x66F0C0) is known color: Downy. HEX triplet: 66, F0 and C0. RGB value is (102,240,192). Sum of RGB (Red+Green+Blue) = 102+240+192=534 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.10% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #66F0C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F0C0 is #990F3F. Grayscale: #C1C1C1. Windows color (decimal): -10030912 or 12644454. OLE color: 12644454.

HSL color Cylindrical-coordinate representation of color #66F0C0: hue angle of 159.13º degrees, saturation: 0.82, 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 #66F0C0 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 240 192 -
CMYK 0.58 0 0.20 0.06
HSL 159.13º 0.82% 0.67% -
HSV(B) 159.13º 0.58% 0.94% -
XYZ 46.15 68.95 60.75 -
YUV 193.27 127.28 62.9 -
System Red Green Blue C M Y K H S L
Decimal 102 240 192 0.58 0 0.20 0.06 159.13 0.82 0.67
Hex 66 F0 C0 3A 0 14 6 9F 52 43
Octal 146 360 300 72 0 24 6 237 122 103
Binary 1100110 11110000 11000000 111010 0 10100 110 10011111 1010010 1000011

Color Harmonies of #66F0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F0C0

Black with #66F0C0

Text Example


Text Example

White with #66F0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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