Html Css Color HEX #60DEBC Downy

📋 copy color: '#60DEBC'

red 96 ◦ green 222 ◦ blue 188

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

Shades of Downy #60DEBC

Tints of Downy #60DEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 18.97%
G = 43.87%
B = 37.15%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#60DEBC (or 0x60DEBC) is known color: Downy. HEX triplet: 60, DE and BC. RGB value is (96,222,188). Sum of RGB (Red+Green+Blue) = 96+222+188=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #60DEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DEBC is #9F2143. Grayscale: #B4B4B4. Windows color (decimal): -10428740 or 12377696. OLE color: 12377696.

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

Color convert

RGB 96 222 188 -
CMYK 0.57 0 0.15 0.13
HSL 163.81º 0.66% 0.62% -
HSV(B) 163.81º 0.57% 0.87% -
XYZ 40.02 58.36 56.73 -
YUV 180.45 132.26 67.76 -
System Red Green Blue C M Y K H S L
Decimal 96 222 188 0.57 0 0.15 0.13 163.81 0.66 0.62
Hex 60 DE BC 39 0 F D A4 42 3E
Octal 140 336 274 71 0 17 15 244 102 76
Binary 1100000 11011110 10111100 111001 0 1111 1101 10100100 1000010 111110

Color Harmonies of #60DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DEBC

Black with #60DEBC

Text Example


Text Example

White with #60DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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