Html Css Color HEX #64D6C7 Downy

📋 copy color: '#64D6C7'

red 100 ◦ green 214 ◦ blue 199

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

Shades of Downy #64D6C7

Tints of Downy #64D6C7

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.72%

 BLUE value IS 199 (78.13% from 255) = 38.79%

R = 19.49%
G = 41.72%
B = 38.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#64D6C7 (or 0x64D6C7) is known color: Downy. HEX triplet: 64, D6 and C7. RGB value is (100,214,199). Sum of RGB (Red+Green+Blue) = 100+214+199=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #64D6C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D6C7 is #9B2938. Grayscale: #B2B2B2. Windows color (decimal): -10168633 or 13096548. OLE color: 13096548.

HSL color Cylindrical-coordinate representation of color #64D6C7: hue angle of 172.11º degrees, saturation: 0.58, 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 #64D6C7 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 214 199 -
CMYK 0.53 0 0.07 0.16
HSL 172.11º 0.58% 0.62% -
HSV(B) 172.11º 0.53% 0.84% -
XYZ 39.61 54.93 62.55 -
YUV 178.2 139.73 72.22 -
System Red Green Blue C M Y K H S L
Decimal 100 214 199 0.53 0 0.07 0.16 172.11 0.58 0.62
Hex 64 D6 C7 35 0 7 10 AC 3A 3E
Octal 144 326 307 65 0 7 20 254 72 76
Binary 1100100 11010110 11000111 110101 0 111 10000 10101100 111010 111110

Color Harmonies of #64D6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D6C7

Black with #64D6C7

Text Example


Text Example

White with #64D6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,214,199); }

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

background-color css

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

 a { background-color: rgb(100,214,199); }

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

border-color css

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

 span { border-color: rgb(100,214,199); }

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