Html Css Color HEX #60DFBB Downy

📋 copy color: '#60DFBB'

red 96 ◦ green 223 ◦ blue 187

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

Shades of Downy #60DFBB

Tints of Downy #60DFBB

RGB

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

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

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

R = 18.97%
G = 44.07%
B = 36.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#60DFBB (or 0x60DFBB) is known color: Downy. HEX triplet: 60, DF and BB. RGB value is (96,223,187). Sum of RGB (Red+Green+Blue) = 96+223+187=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #60DFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DFBB is #9F2044. Grayscale: #B4B4B4. Windows color (decimal): -10428485 or 12312416. OLE color: 12312416.

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

Color convert

RGB 96 223 187 -
CMYK 0.57 0 0.16 0.13
HSL 162.99º 0.66% 0.63% -
HSV(B) 162.99º 0.57% 0.87% -
XYZ 40.18 58.85 56.26 -
YUV 180.92 131.42 67.43 -
System Red Green Blue C M Y K H S L
Decimal 96 223 187 0.57 0 0.16 0.13 162.99 0.66 0.63
Hex 60 DF BB 39 0 10 D A3 42 3F
Octal 140 337 273 71 0 20 15 243 102 77
Binary 1100000 11011111 10111011 111001 0 10000 1101 10100011 1000010 111111

Color Harmonies of #60DFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DFBB

Black with #60DFBB

Text Example


Text Example

White with #60DFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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