Html Css Color HEX #60DDBB Downy

📋 copy color: '#60DDBB'

red 96 ◦ green 221 ◦ blue 187

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

Shades of Downy #60DDBB

Tints of Downy #60DDBB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.85%

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

R = 19.05%
G = 43.85%
B = 37.1%

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

#60DDBB (or 0x60DDBB) is known color: Downy. HEX triplet: 60, DD and BB. RGB value is (96,221,187). Sum of RGB (Red+Green+Blue) = 96+221+187=504 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.05% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DDBB is #9F2244. Grayscale: #B3B3B3. Windows color (decimal): -10428997 or 12311904. OLE color: 12311904.

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

Color convert

RGB 96 221 187 -
CMYK 0.57 0 0.15 0.13
HSL 163.68º 0.65% 0.62% -
HSV(B) 163.68º 0.57% 0.87% -
XYZ 39.65 57.79 56.08 -
YUV 179.75 132.09 68.26 -
System Red Green Blue C M Y K H S L
Decimal 96 221 187 0.57 0 0.15 0.13 163.68 0.65 0.62
Hex 60 DD BB 39 0 F D A4 41 3E
Octal 140 335 273 71 0 17 15 244 101 76
Binary 1100000 11011101 10111011 111001 0 1111 1101 10100100 1000001 111110

Color Harmonies of #60DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DDBB

Black with #60DDBB

Text Example


Text Example

White with #60DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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