Html Css Color HEX #64D0CC Downy

📋 copy color: '#64D0CC'

red 100 ◦ green 208 ◦ blue 204

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

Shades of Downy #64D0CC

Tints of Downy #64D0CC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.63%

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 19.53%
G = 40.63%
B = 39.84%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#64D0CC (or 0x64D0CC) is known color: Downy. HEX triplet: 64, D0 and CC. RGB value is (100,208,204). Sum of RGB (Red+Green+Blue) = 100+208+204=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #64D0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D0CC is #9B2F33. Grayscale: #AFAFAF. Windows color (decimal): -10170164 or 13422692. OLE color: 13422692.

HSL color Cylindrical-coordinate representation of color #64D0CC: hue angle of 177.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D0CC is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 208 204 -
CMYK 0.52 0 0.02 0.18
HSL 177.78º 0.53% 0.6% -
HSV(B) 177.78º 0.52% 0.82% -
XYZ 38.71 52.18 65.16 -
YUV 175.25 144.22 74.33 -
System Red Green Blue C M Y K H S L
Decimal 100 208 204 0.52 0 0.02 0.18 177.78 0.53 0.6
Hex 64 D0 CC 34 0 2 12 B2 35 3C
Octal 144 320 314 64 0 2 22 262 65 74
Binary 1100100 11010000 11001100 110100 0 10 10010 10110010 110101 111100

Color Harmonies of #64D0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D0CC

Black with #64D0CC

Text Example


Text Example

White with #64D0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,208,204); }

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

background-color css

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

 a { background-color: rgb(100,208,204); }

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

border-color css

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

 span { border-color: rgb(100,208,204); }

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