Html Css Color HEX #60DECA Downy

📋 copy color: '#60DECA'

red 96 ◦ green 222 ◦ blue 202

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

Shades of Downy #60DECA

Tints of Downy #60DECA

RGB

 RED value IS 96 (37.89% from 255) = 18.46%

 GREEN value IS 222 (87.11% from 255) = 42.69%

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

R = 18.46%
G = 42.69%
B = 38.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#60DECA (or 0x60DECA) is known color: Downy. HEX triplet: 60, DE and CA. RGB value is (96,222,202). Sum of RGB (Red+Green+Blue) = 96+222+202=520 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.46% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #60DECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DECA is #9F2135. Grayscale: #B5B5B5. Windows color (decimal): -10428726 or 13295200. OLE color: 13295200.

HSL color Cylindrical-coordinate representation of color #60DECA: hue angle of 170.48º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DECA is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 222 202 -
CMYK 0.57 0 0.09 0.13
HSL 170.48º 0.66% 0.62% -
HSV(B) 170.48º 0.57% 0.87% -
XYZ 41.61 58.99 65.07 -
YUV 182.05 139.26 66.63 -
System Red Green Blue C M Y K H S L
Decimal 96 222 202 0.57 0 0.09 0.13 170.48 0.66 0.62
Hex 60 DE CA 39 0 9 D AA 42 3E
Octal 140 336 312 71 0 11 15 252 102 76
Binary 1100000 11011110 11001010 111001 0 1001 1101 10101010 1000010 111110

Color Harmonies of #60DECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DECA

Black with #60DECA

Text Example


Text Example

White with #60DECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60DECA; }

 p { color: rgb(96,222,202); }

 H1.HeaderClassName
 {
   color: #60DECA;
 }
 .AnyTagClassName
 {
   color: #60DECA;
 }
</style>

background-color css

<style>
 a { background-color: #60DECA; }

 a { background-color: rgb(96,222,202); }

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

border-color css

<style>
 span { border-color: #60DECA; }

 span { border-color: rgb(96,222,202); }

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