Html Css Color HEX #64DCBB Downy

📋 copy color: '#64DCBB'

red 100 ◦ green 220 ◦ blue 187

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

Shades of Downy #64DCBB

Tints of Downy #64DCBB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.39%

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 19.72%
G = 43.39%
B = 36.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#64DCBB (or 0x64DCBB) is known color: Downy. HEX triplet: 64, DC and BB. RGB value is (100,220,187). Sum of RGB (Red+Green+Blue) = 100+220+187=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCBB is #9B2344. Grayscale: #B4B4B4. Windows color (decimal): -10167109 or 12311652. OLE color: 12311652.

HSL color Cylindrical-coordinate representation of color #64DCBB: hue angle of 163.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DCBB is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 220 187 -
CMYK 0.55 0 0.15 0.14
HSL 163.5º 0.63% 0.63% -
HSV(B) 163.5º 0.55% 0.86% -
XYZ 39.82 57.48 56.01 -
YUV 180.36 131.74 70.68 -
System Red Green Blue C M Y K H S L
Decimal 100 220 187 0.55 0 0.15 0.14 163.5 0.63 0.63
Hex 64 DC BB 37 0 F E A4 3F 3F
Octal 144 334 273 67 0 17 16 244 77 77
Binary 1100100 11011100 10111011 110111 0 1111 1110 10100100 111111 111111

Color Harmonies of #64DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DCBB

Black with #64DCBB

Text Example


Text Example

White with #64DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,220,187); }

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

background-color css

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

 a { background-color: rgb(100,220,187); }

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

border-color css

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

 span { border-color: rgb(100,220,187); }

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