Html Css Color HEX #60D4BB Downy

📋 copy color: '#60D4BB'

red 96 ◦ green 212 ◦ blue 187

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

Shades of Downy #60D4BB

Tints of Downy #60D4BB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.83%

 BLUE value IS 187 (73.44% from 255) = 37.78%

R = 19.39%
G = 42.83%
B = 37.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#60D4BB (or 0x60D4BB) is known color: Downy. HEX triplet: 60, D4 and BB. RGB value is (96,212,187). Sum of RGB (Red+Green+Blue) = 96+212+187=495 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.39% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #60D4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D4BB is #9F2B44. Grayscale: #AEAEAE. Windows color (decimal): -10431301 or 12309600. OLE color: 12309600.

HSL color Cylindrical-coordinate representation of color #60D4BB: hue angle of 167.07º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D4BB is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 96 212 187 -
CMYK 0.55 0 0.12 0.17
HSL 167.07º 0.57% 0.6% -
HSV(B) 167.07º 0.55% 0.83% -
XYZ 37.34 53.16 55.31 -
YUV 174.47 135.07 72.03 -
System Red Green Blue C M Y K H S L
Decimal 96 212 187 0.55 0 0.12 0.17 167.07 0.57 0.6
Hex 60 D4 BB 37 0 C 11 A7 39 3C
Octal 140 324 273 67 0 14 21 247 71 74
Binary 1100000 11010100 10111011 110111 0 1100 10001 10100111 111001 111100

Color Harmonies of #60D4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D4BB

Black with #60D4BB

Text Example


Text Example

White with #60D4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,212,187); }

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

background-color css

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

 a { background-color: rgb(96,212,187); }

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

border-color css

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

 span { border-color: rgb(96,212,187); }

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