Html Css Color HEX #66C7C0 Downy

📋 copy color: '#66C7C0'

red 102 ◦ green 199 ◦ blue 192

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

Shades of Downy #66C7C0

Tints of Downy #66C7C0

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.37%

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

R = 20.69%
G = 40.37%
B = 38.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#66C7C0 (or 0x66C7C0) is known color: Downy. HEX triplet: 66, C7 and C0. RGB value is (102,199,192). Sum of RGB (Red+Green+Blue) = 102+199+192=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 199 - color contains mainly: green. Hex color #66C7C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C7C0 is #99383F. Grayscale: #A9A9A9. Windows color (decimal): -10041408 or 12633958. OLE color: 12633958.

HSL color Cylindrical-coordinate representation of color #66C7C0: hue angle of 175.67º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C7C0 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 199 192 -
CMYK 0.49 0 0.04 0.22
HSL 175.67º 0.46% 0.59% -
HSV(B) 175.67º 0.49% 0.78% -
XYZ 35.42 47.48 57.17 -
YUV 169.2 140.86 80.07 -
System Red Green Blue C M Y K H S L
Decimal 102 199 192 0.49 0 0.04 0.22 175.67 0.46 0.59
Hex 66 C7 C0 31 0 4 16 B0 2E 3B
Octal 146 307 300 61 0 4 26 260 56 73
Binary 1100110 11000111 11000000 110001 0 100 10110 10110000 101110 111011

Color Harmonies of #66C7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C7C0

Black with #66C7C0

Text Example


Text Example

White with #66C7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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