Html Css Color HEX #66C5BE Downy

📋 copy color: '#66C5BE'

red 102 ◦ green 197 ◦ blue 190

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

Shades of Downy #66C5BE

Tints of Downy #66C5BE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.29%

 BLUE value IS 190 (74.61% from 255) = 38.85%

R = 20.86%
G = 40.29%
B = 38.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#66C5BE (or 0x66C5BE) is known color: Downy. HEX triplet: 66, C5 and BE. RGB value is (102,197,190). Sum of RGB (Red+Green+Blue) = 102+197+190=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #66C5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C5BE is #993A41. Grayscale: #A7A7A7. Windows color (decimal): -10041922 or 12502374. OLE color: 12502374.

HSL color Cylindrical-coordinate representation of color #66C5BE: hue angle of 175.58º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C5BE is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 102 197 190 -
CMYK 0.48 0 0.04 0.23
HSL 175.58º 0.45% 0.59% -
HSV(B) 175.58º 0.48% 0.77% -
XYZ 34.74 46.47 55.85 -
YUV 167.8 140.53 81.07 -
System Red Green Blue C M Y K H S L
Decimal 102 197 190 0.48 0 0.04 0.23 175.58 0.45 0.59
Hex 66 C5 BE 30 0 4 17 B0 2D 3B
Octal 146 305 276 60 0 4 27 260 55 73
Binary 1100110 11000101 10111110 110000 0 100 10111 10110000 101101 111011

Color Harmonies of #66C5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C5BE

Black with #66C5BE

Text Example


Text Example

White with #66C5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,197,190); }

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

background-color css

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

 a { background-color: rgb(102,197,190); }

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

border-color css

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

 span { border-color: rgb(102,197,190); }

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