Html Css Color HEX #60DCBE Downy

📋 copy color: '#60DCBE'

red 96 ◦ green 220 ◦ blue 190

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

Shades of Downy #60DCBE

Tints of Downy #60DCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 18.97%
G = 43.48%
B = 37.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#60DCBE (or 0x60DCBE) is known color: Downy. HEX triplet: 60, DC and BE. RGB value is (96,220,190). Sum of RGB (Red+Green+Blue) = 96+220+190=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #60DCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCBE is #9F2341. Grayscale: #B3B3B3. Windows color (decimal): -10429250 or 12508256. OLE color: 12508256.

HSL color Cylindrical-coordinate representation of color #60DCBE: hue angle of 165.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DCBE is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 220 190 -
CMYK 0.56 0 0.14 0.14
HSL 165.48º 0.64% 0.62% -
HSV(B) 165.48º 0.56% 0.86% -
XYZ 39.71 57.39 57.7 -
YUV 179.5 133.92 68.44 -
System Red Green Blue C M Y K H S L
Decimal 96 220 190 0.56 0 0.14 0.14 165.48 0.64 0.62
Hex 60 DC BE 38 0 E E A5 40 3E
Octal 140 334 276 70 0 16 16 245 100 76
Binary 1100000 11011100 10111110 111000 0 1110 1110 10100101 1000000 111110

Color Harmonies of #60DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DCBE

Black with #60DCBE

Text Example


Text Example

White with #60DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,220,190); }

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

background-color css

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

 a { background-color: rgb(96,220,190); }

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

border-color css

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

 span { border-color: rgb(96,220,190); }

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