Html Css Color HEX #64EBC6 Downy

📋 copy color: '#64EBC6'

red 100 ◦ green 235 ◦ blue 198

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

Shades of Downy #64EBC6

Tints of Downy #64EBC6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.09%

 BLUE value IS 198 (77.73% from 255) = 37.15%

R = 18.76%
G = 44.09%
B = 37.15%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#64EBC6 (or 0x64EBC6) is known color: Downy. HEX triplet: 64, EB and C6. RGB value is (100,235,198). Sum of RGB (Red+Green+Blue) = 100+235+198=533 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.76% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EBC6 is #9B1439. Grayscale: #BEBEBE. Windows color (decimal): -10163258 or 13036388. OLE color: 13036388.

HSL color Cylindrical-coordinate representation of color #64EBC6: hue angle of 163.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EBC6 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 235 198 -
CMYK 0.57 0 0.16 0.08
HSL 163.56º 0.77% 0.66% -
HSV(B) 163.56º 0.57% 0.92% -
XYZ 45.16 66.2 63.82 -
YUV 190.42 132.27 63.51 -
System Red Green Blue C M Y K H S L
Decimal 100 235 198 0.57 0 0.16 0.08 163.56 0.77 0.66
Hex 64 EB C6 39 0 10 8 A4 4D 42
Octal 144 353 306 71 0 20 10 244 115 102
Binary 1100100 11101011 11000110 111001 0 10000 1000 10100100 1001101 1000010

Color Harmonies of #64EBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EBC6

Black with #64EBC6

Text Example


Text Example

White with #64EBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,235,198); }

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

background-color css

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

 a { background-color: rgb(100,235,198); }

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

border-color css

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

 span { border-color: rgb(100,235,198); }

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