Html Css Color HEX #64ECBB Downy

📋 copy color: '#64ECBB'

red 100 ◦ green 236 ◦ blue 187

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

Shades of Downy #64ECBB

Tints of Downy #64ECBB

RGB

 RED value IS 100 (39.45% from 255) = 19.12%

 GREEN value IS 236 (92.58% from 255) = 45.12%

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

R = 19.12%
G = 45.12%
B = 35.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#64ECBB (or 0x64ECBB) is known color: Downy. HEX triplet: 64, EC and BB. RGB value is (100,236,187). Sum of RGB (Red+Green+Blue) = 100+236+187=523 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.12% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64ECBB is #9B1344. Grayscale: #BDBDBD. Windows color (decimal): -10163013 or 12315748. OLE color: 12315748.

HSL color Cylindrical-coordinate representation of color #64ECBB: hue angle of 158.38º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ECBB is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 236 187 -
CMYK 0.58 0 0.21 0.07
HSL 158.38º 0.78% 0.66% -
HSV(B) 158.38º 0.58% 0.93% -
XYZ 44.22 66.29 57.48 -
YUV 189.75 126.44 63.98 -
System Red Green Blue C M Y K H S L
Decimal 100 236 187 0.58 0 0.21 0.07 158.38 0.78 0.66
Hex 64 EC BB 3A 0 15 7 9E 4E 42
Octal 144 354 273 72 0 25 7 236 116 102
Binary 1100100 11101100 10111011 111010 0 10101 111 10011110 1001110 1000010

Color Harmonies of #64ECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ECBB

Black with #64ECBB

Text Example


Text Example

White with #64ECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64ECBB; }

 p { color: rgb(100,236,187); }

 H1.HeaderClassName
 {
   color: #64ECBB;
 }
 .AnyTagClassName
 {
   color: #64ECBB;
 }
</style>

background-color css

<style>
 a { background-color: #64ECBB; }

 a { background-color: rgb(100,236,187); }

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

border-color css

<style>
 span { border-color: #64ECBB; }

 span { border-color: rgb(100,236,187); }

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