Html Css Color HEX #64CAC4 Downy

📋 copy color: '#64CAC4'

red 100 ◦ green 202 ◦ blue 196

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

Shades of Downy #64CAC4

Tints of Downy #64CAC4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.56%

 BLUE value IS 196 (76.95% from 255) = 39.36%

R = 20.08%
G = 40.56%
B = 39.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#64CAC4 (or 0x64CAC4) is known color: Downy. HEX triplet: 64, CA and C4. RGB value is (100,202,196). Sum of RGB (Red+Green+Blue) = 100+202+196=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #64CAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CAC4 is #9B353B. Grayscale: #AAAAAA. Windows color (decimal): -10171708 or 12896868. OLE color: 12896868.

HSL color Cylindrical-coordinate representation of color #64CAC4: hue angle of 176.47º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64CAC4 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 202 196 -
CMYK 0.50 0 0.03 0.21
HSL 176.47º 0.49% 0.59% -
HSV(B) 176.47º 0.5% 0.79% -
XYZ 36.34 48.94 59.75 -
YUV 170.82 142.21 77.49 -
System Red Green Blue C M Y K H S L
Decimal 100 202 196 0.50 0 0.03 0.21 176.47 0.49 0.59
Hex 64 CA C4 32 0 3 15 B0 31 3B
Octal 144 312 304 62 0 3 25 260 61 73
Binary 1100100 11001010 11000100 110010 0 11 10101 10110000 110001 111011

Color Harmonies of #64CAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CAC4

Black with #64CAC4

Text Example


Text Example

White with #64CAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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