Html Css Color HEX #66C9BD Downy

📋 copy color: '#66C9BD'

red 102 ◦ green 201 ◦ blue 189

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

Shades of Downy #66C9BD

Tints of Downy #66C9BD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.85%

 BLUE value IS 189 (74.22% from 255) = 38.41%

R = 20.73%
G = 40.85%
B = 38.41%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#66C9BD (or 0x66C9BD) is known color: Downy. HEX triplet: 66, C9 and BD. RGB value is (102,201,189). Sum of RGB (Red+Green+Blue) = 102+201+189=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #66C9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C9BD is #993642. Grayscale: #A9A9A9. Windows color (decimal): -10040899 or 12437862. OLE color: 12437862.

HSL color Cylindrical-coordinate representation of color #66C9BD: hue angle of 172.73º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C9BD is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 201 189 -
CMYK 0.49 0 0.06 0.21
HSL 172.73º 0.48% 0.59% -
HSV(B) 172.73º 0.49% 0.79% -
XYZ 35.55 48.27 55.59 -
YUV 170.03 138.7 79.48 -
System Red Green Blue C M Y K H S L
Decimal 102 201 189 0.49 0 0.06 0.21 172.73 0.48 0.59
Hex 66 C9 BD 31 0 6 15 AD 30 3B
Octal 146 311 275 61 0 6 25 255 60 73
Binary 1100110 11001001 10111101 110001 0 110 10101 10101101 110000 111011

Color Harmonies of #66C9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C9BD

Black with #66C9BD

Text Example


Text Example

White with #66C9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,201,189); }

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

background-color css

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

 a { background-color: rgb(102,201,189); }

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

border-color css

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

 span { border-color: rgb(102,201,189); }

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