Html Css Color HEX #66C7BA Downy

📋 copy color: '#66C7BA'

red 102 ◦ green 199 ◦ blue 186

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

Shades of Downy #66C7BA

Tints of Downy #66C7BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.19%

R = 20.94%
G = 40.86%
B = 38.19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#66C7BA (or 0x66C7BA) is known color: Downy. HEX triplet: 66, C7 and BA. RGB value is (102,199,186). Sum of RGB (Red+Green+Blue) = 102+199+186=487 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.94% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 199 - color contains mainly: green. Hex color #66C7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C7BA is #993845. Grayscale: #A8A8A8. Windows color (decimal): -10041414 or 12240742. OLE color: 12240742.

HSL color Cylindrical-coordinate representation of color #66C7BA: hue angle of 171.96º 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 #66C7BA is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 199 186 -
CMYK 0.49 0 0.07 0.22
HSL 171.96º 0.46% 0.59% -
HSV(B) 171.96º 0.49% 0.78% -
XYZ 34.77 47.22 53.74 -
YUV 168.52 137.86 80.56 -
System Red Green Blue C M Y K H S L
Decimal 102 199 186 0.49 0 0.07 0.22 171.96 0.46 0.59
Hex 66 C7 BA 31 0 7 16 AC 2E 3B
Octal 146 307 272 61 0 7 26 254 56 73
Binary 1100110 11000111 10111010 110001 0 111 10110 10101100 101110 111011

Color Harmonies of #66C7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C7BA

Black with #66C7BA

Text Example


Text Example

White with #66C7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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