Html Css Color HEX #66CCC5 Downy

📋 copy color: '#66CCC5'

red 102 ◦ green 204 ◦ blue 197

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

Shades of Downy #66CCC5

Tints of Downy #66CCC5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.56%

 BLUE value IS 197 (77.34% from 255) = 39.17%

R = 20.28%
G = 40.56%
B = 39.17%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#66CCC5 (or 0x66CCC5) is known color: Downy. HEX triplet: 66, CC and C5. RGB value is (102,204,197). Sum of RGB (Red+Green+Blue) = 102+204+197=503 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.28% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCC5 is #99333A. Grayscale: #ACACAC. Windows color (decimal): -10040123 or 12962918. OLE color: 12962918.

HSL color Cylindrical-coordinate representation of color #66CCC5: hue angle of 175.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CCC5 is Cyan = 0.5, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 204 197 -
CMYK 0.5 0 0.03 0.2
HSL 175.88º 0.5% 0.6% -
HSV(B) 175.88º 0.5% 0.8% -
XYZ 37.15 50.04 60.52 -
YUV 172.7 141.71 77.57 -
System Red Green Blue C M Y K H S L
Decimal 102 204 197 0.5 0 0.03 0.2 175.88 0.5 0.6
Hex 66 CC C5 32 0 3 14 B0 32 3C
Octal 146 314 305 62 0 3 24 260 62 74
Binary 1100110 11001100 11000101 110010 0 11 10100 10110000 110010 111100

Color Harmonies of #66CCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CCC5

Black with #66CCC5

Text Example


Text Example

White with #66CCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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