Html Css Color HEX #64D7BF Downy

📋 copy color: '#64D7BF'

red 100 ◦ green 215 ◦ blue 191

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

Shades of Downy #64D7BF

Tints of Downy #64D7BF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.49%

 BLUE value IS 191 (75% from 255) = 37.75%

R = 19.76%
G = 42.49%
B = 37.75%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#64D7BF (or 0x64D7BF) is known color: Downy. HEX triplet: 64, D7 and BF. RGB value is (100,215,191). Sum of RGB (Red+Green+Blue) = 100+215+191=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #64D7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D7BF is #9B2840. Grayscale: #B1B1B1. Windows color (decimal): -10168385 or 12572516. OLE color: 12572516.

HSL color Cylindrical-coordinate representation of color #64D7BF: hue angle of 167.48º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D7BF is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 215 191 -
CMYK 0.53 0 0.11 0.16
HSL 167.48º 0.59% 0.62% -
HSV(B) 167.48º 0.53% 0.84% -
XYZ 38.96 55.07 57.87 -
YUV 177.88 135.4 72.45 -
System Red Green Blue C M Y K H S L
Decimal 100 215 191 0.53 0 0.11 0.16 167.48 0.59 0.62
Hex 64 D7 BF 35 0 B 10 A7 3B 3E
Octal 144 327 277 65 0 13 20 247 73 76
Binary 1100100 11010111 10111111 110101 0 1011 10000 10100111 111011 111110

Color Harmonies of #64D7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D7BF

Black with #64D7BF

Text Example


Text Example

White with #64D7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,215,191); }

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

background-color css

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

 a { background-color: rgb(100,215,191); }

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

border-color css

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

 span { border-color: rgb(100,215,191); }

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