Html Css Color HEX #64D6CA Downy

📋 copy color: '#64D6CA'

red 100 ◦ green 214 ◦ blue 202

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

Shades of Downy #64D6CA

Tints of Downy #64D6CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.15%

R = 19.38%
G = 41.47%
B = 39.15%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#64D6CA (or 0x64D6CA) is known color: Downy. HEX triplet: 64, D6 and CA. RGB value is (100,214,202). Sum of RGB (Red+Green+Blue) = 100+214+202=516 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.38% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #64D6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D6CA is #9B2935. Grayscale: #B2B2B2. Windows color (decimal): -10168630 or 13293156. OLE color: 13293156.

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

Color convert

RGB 100 214 202 -
CMYK 0.53 0 0.06 0.16
HSL 173.68º 0.58% 0.62% -
HSV(B) 173.68º 0.53% 0.84% -
XYZ 39.96 55.07 64.4 -
YUV 178.55 141.23 71.98 -
System Red Green Blue C M Y K H S L
Decimal 100 214 202 0.53 0 0.06 0.16 173.68 0.58 0.62
Hex 64 D6 CA 35 0 6 10 AE 3A 3E
Octal 144 326 312 65 0 6 20 256 72 76
Binary 1100100 11010110 11001010 110101 0 110 10000 10101110 111010 111110

Color Harmonies of #64D6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D6CA

Black with #64D6CA

Text Example


Text Example

White with #64D6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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