Html Css Color HEX #66EABB Downy

📋 copy color: '#66EABB'

red 102 ◦ green 234 ◦ blue 187

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

Shades of Downy #66EABB

Tints of Downy #66EABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.76%

R = 19.5%
G = 44.74%
B = 35.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#66EABB (or 0x66EABB) is known color: Downy. HEX triplet: 66, EA and BB. RGB value is (102,234,187). Sum of RGB (Red+Green+Blue) = 102+234+187=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #66EABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EABB is #991544. Grayscale: #BDBDBD. Windows color (decimal): -10032453 or 12315238. OLE color: 12315238.

HSL color Cylindrical-coordinate representation of color #66EABB: hue angle of 158.64º 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 #66EABB is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 234 187 -
CMYK 0.56 0 0.20 0.08
HSL 158.64º 0.76% 0.66% -
HSV(B) 158.64º 0.56% 0.92% -
XYZ 43.87 65.26 57.3 -
YUV 189.17 126.77 65.82 -
System Red Green Blue C M Y K H S L
Decimal 102 234 187 0.56 0 0.20 0.08 158.64 0.76 0.66
Hex 66 EA BB 38 0 14 8 9F 4C 42
Octal 146 352 273 70 0 24 10 237 114 102
Binary 1100110 11101010 10111011 111000 0 10100 1000 10011111 1001100 1000010

Color Harmonies of #66EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EABB

Black with #66EABB

Text Example


Text Example

White with #66EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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