Html Css Color HEX #60DBBB Downy

📋 copy color: '#60DBBB'

red 96 ◦ green 219 ◦ blue 187

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

Shades of Downy #60DBBB

Tints of Downy #60DBBB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.63%

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

R = 19.12%
G = 43.63%
B = 37.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#60DBBB (or 0x60DBBB) is known color: Downy. HEX triplet: 60, DB and BB. RGB value is (96,219,187). Sum of RGB (Red+Green+Blue) = 96+219+187=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #60DBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DBBB is #9F2444. Grayscale: #B2B2B2. Windows color (decimal): -10429509 or 12311392. OLE color: 12311392.

HSL color Cylindrical-coordinate representation of color #60DBBB: hue angle of 164.39º degrees, saturation: 0.63, 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 #60DBBB is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 219 187 -
CMYK 0.56 0 0.15 0.14
HSL 164.39º 0.63% 0.62% -
HSV(B) 164.39º 0.56% 0.86% -
XYZ 39.13 56.74 55.9 -
YUV 178.58 132.75 69.1 -
System Red Green Blue C M Y K H S L
Decimal 96 219 187 0.56 0 0.15 0.14 164.39 0.63 0.62
Hex 60 DB BB 38 0 F E A4 3F 3E
Octal 140 333 273 70 0 17 16 244 77 76
Binary 1100000 11011011 10111011 111000 0 1111 1110 10100100 111111 111110

Color Harmonies of #60DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DBBB

Black with #60DBBB

Text Example


Text Example

White with #60DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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