Html Css Color HEX #64D4CF Downy

📋 copy color: '#64D4CF'

red 100 ◦ green 212 ◦ blue 207

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

Shades of Downy #64D4CF

Tints of Downy #64D4CF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.85%

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 19.27%
G = 40.85%
B = 39.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#64D4CF (or 0x64D4CF) is known color: Downy. HEX triplet: 64, D4 and CF. RGB value is (100,212,207). Sum of RGB (Red+Green+Blue) = 100+212+207=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #64D4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D4CF is #9B2B30. Grayscale: #B1B1B1. Windows color (decimal): -10169137 or 13620324. OLE color: 13620324.

HSL color Cylindrical-coordinate representation of color #64D4CF: hue angle of 177.32º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D4CF is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 100 212 207 -
CMYK 0.53 0 0.02 0.17
HSL 177.32º 0.57% 0.61% -
HSV(B) 177.32º 0.53% 0.83% -
XYZ 40.06 54.3 67.4 -
YUV 177.94 144.39 72.41 -
System Red Green Blue C M Y K H S L
Decimal 100 212 207 0.53 0 0.02 0.17 177.32 0.57 0.61
Hex 64 D4 CF 35 0 2 11 B1 39 3D
Octal 144 324 317 65 0 2 21 261 71 75
Binary 1100100 11010100 11001111 110101 0 10 10001 10110001 111001 111101

Color Harmonies of #64D4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D4CF

Black with #64D4CF

Text Example


Text Example

White with #64D4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,212,207); }

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

background-color css

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

 a { background-color: rgb(100,212,207); }

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

border-color css

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

 span { border-color: rgb(100,212,207); }

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