Html Css Color HEX #60DEBA Downy

📋 copy color: '#60DEBA'

red 96 ◦ green 222 ◦ blue 186

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

Shades of Downy #60DEBA

Tints of Downy #60DEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 19.05%
G = 44.05%
B = 36.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#60DEBA (or 0x60DEBA) is known color: Downy. HEX triplet: 60, DE and BA. RGB value is (96,222,186). Sum of RGB (Red+Green+Blue) = 96+222+186=504 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.05% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #60DEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DEBA is #9F2145. Grayscale: #B4B4B4. Windows color (decimal): -10428742 or 12246624. OLE color: 12246624.

HSL color Cylindrical-coordinate representation of color #60DEBA: hue angle of 162.86º 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 #60DEBA is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 222 186 -
CMYK 0.57 0 0.16 0.13
HSL 162.86º 0.66% 0.62% -
HSV(B) 162.86º 0.57% 0.87% -
XYZ 39.81 58.27 55.6 -
YUV 180.22 131.26 67.93 -
System Red Green Blue C M Y K H S L
Decimal 96 222 186 0.57 0 0.16 0.13 162.86 0.66 0.62
Hex 60 DE BA 39 0 10 D A3 42 3E
Octal 140 336 272 71 0 20 15 243 102 76
Binary 1100000 11011110 10111010 111001 0 10000 1101 10100011 1000010 111110

Color Harmonies of #60DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DEBA

Black with #60DEBA

Text Example


Text Example

White with #60DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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