Html Css Color HEX #66EACB Downy

📋 copy color: '#66EACB'

red 102 ◦ green 234 ◦ blue 203

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

Shades of Downy #66EACB

Tints of Downy #66EACB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.41%

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 18.92%
G = 43.41%
B = 37.66%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#66EACB (or 0x66EACB) is known color: Downy. HEX triplet: 66, EA and CB. RGB value is (102,234,203). Sum of RGB (Red+Green+Blue) = 102+234+203=539 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.92% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #66EACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EACB is #991534. Grayscale: #BEBEBE. Windows color (decimal): -10032437 or 13363814. OLE color: 13363814.

HSL color Cylindrical-coordinate representation of color #66EACB: hue angle of 165.91º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66EACB is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 234 203 -
CMYK 0.56 0 0.13 0.08
HSL 165.91º 0.76% 0.66% -
HSV(B) 165.91º 0.56% 0.92% -
XYZ 45.68 65.98 66.83 -
YUV 191 134.77 64.52 -
System Red Green Blue C M Y K H S L
Decimal 102 234 203 0.56 0 0.13 0.08 165.91 0.76 0.66
Hex 66 EA CB 38 0 D 8 A6 4C 42
Octal 146 352 313 70 0 15 10 246 114 102
Binary 1100110 11101010 11001011 111000 0 1101 1000 10100110 1001100 1000010

Color Harmonies of #66EACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EACB

Black with #66EACB

Text Example


Text Example

White with #66EACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,234,203); }

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

background-color css

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

 a { background-color: rgb(102,234,203); }

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

border-color css

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

 span { border-color: rgb(102,234,203); }

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