Html Css Color HEX #60DFBA Downy

📋 copy color: '#60DFBA'

red 96 ◦ green 223 ◦ blue 186

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

Shades of Downy #60DFBA

Tints of Downy #60DFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.16%

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

R = 19.01%
G = 44.16%
B = 36.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#60DFBA (or 0x60DFBA) is known color: Downy. HEX triplet: 60, DF and BA. RGB value is (96,223,186). Sum of RGB (Red+Green+Blue) = 96+223+186=505 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.01% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #60DFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DFBA is #9F2045. Grayscale: #B4B4B4. Windows color (decimal): -10428486 or 12246880. OLE color: 12246880.

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

Color convert

RGB 96 223 186 -
CMYK 0.57 0 0.17 0.13
HSL 162.52º 0.66% 0.63% -
HSV(B) 162.52º 0.57% 0.87% -
XYZ 40.07 58.81 55.69 -
YUV 180.81 130.92 67.51 -
System Red Green Blue C M Y K H S L
Decimal 96 223 186 0.57 0 0.17 0.13 162.52 0.66 0.63
Hex 60 DF BA 39 0 11 D A3 42 3F
Octal 140 337 272 71 0 21 15 243 102 77
Binary 1100000 11011111 10111010 111001 0 10001 1101 10100011 1000010 111111

Color Harmonies of #60DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DFBA

Black with #60DFBA

Text Example


Text Example

White with #60DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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