Html Css Color HEX #64CECA Downy

📋 copy color: '#64CECA'

red 100 ◦ green 206 ◦ blue 202

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

Shades of Downy #64CECA

Tints of Downy #64CECA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.55%

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 19.69%
G = 40.55%
B = 39.76%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#64CECA (or 0x64CECA) is known color: Downy. HEX triplet: 64, CE and CA. RGB value is (100,206,202). Sum of RGB (Red+Green+Blue) = 100+206+202=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #64CECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CECA is #9B3135. Grayscale: #ADADAD. Windows color (decimal): -10170678 or 13291108. OLE color: 13291108.

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

Color convert

RGB 100 206 202 -
CMYK 0.51 0 0.02 0.19
HSL 177.74º 0.52% 0.6% -
HSV(B) 177.74º 0.51% 0.81% -
XYZ 37.99 51.12 63.74 -
YUV 173.85 143.88 75.33 -
System Red Green Blue C M Y K H S L
Decimal 100 206 202 0.51 0 0.02 0.19 177.74 0.52 0.6
Hex 64 CE CA 33 0 2 13 B2 34 3C
Octal 144 316 312 63 0 2 23 262 64 74
Binary 1100100 11001110 11001010 110011 0 10 10011 10110010 110100 111100

Color Harmonies of #64CECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CECA

Black with #64CECA

Text Example


Text Example

White with #64CECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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