Html Css Color HEX #64EBCB Downy

📋 copy color: '#64EBCB'

red 100 ◦ green 235 ◦ blue 203

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

Shades of Downy #64EBCB

Tints of Downy #64EBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 18.59%
G = 43.68%
B = 37.73%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#64EBCB (or 0x64EBCB) is known color: Downy. HEX triplet: 64, EB and CB. RGB value is (100,235,203). Sum of RGB (Red+Green+Blue) = 100+235+203=538 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.59% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EBCB is #9B1434. Grayscale: #BEBEBE. Windows color (decimal): -10163253 or 13364068. OLE color: 13364068.

HSL color Cylindrical-coordinate representation of color #64EBCB: hue angle of 165.78º 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 #64EBCB is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 235 203 -
CMYK 0.57 0 0.14 0.08
HSL 165.78º 0.77% 0.66% -
HSV(B) 165.78º 0.57% 0.92% -
XYZ 45.74 66.44 66.91 -
YUV 190.99 134.77 63.1 -
System Red Green Blue C M Y K H S L
Decimal 100 235 203 0.57 0 0.14 0.08 165.78 0.77 0.66
Hex 64 EB CB 39 0 E 8 A6 4D 42
Octal 144 353 313 71 0 16 10 246 115 102
Binary 1100100 11101011 11001011 111001 0 1110 1000 10100110 1001101 1000010

Color Harmonies of #64EBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EBCB

Black with #64EBCB

Text Example


Text Example

White with #64EBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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