Html Css Color HEX #5FD3BB Downy

📋 copy color: '#5FD3BB'

red 95 ◦ green 211 ◦ blue 187

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

Shades of Downy #5FD3BB

Tints of Downy #5FD3BB

RGB

 RED value IS 95 (37.5% from 255) = 19.27%

 GREEN value IS 211 (82.81% from 255) = 42.8%

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

R = 19.27%
G = 42.8%
B = 37.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#5FD3BB (or 0x5FD3BB) is known color: Downy. HEX triplet: 5F, D3 and BB. RGB value is (95,211,187). Sum of RGB (Red+Green+Blue) = 95+211+187=493 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.27% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 211 - color contains mainly: green. Hex color #5FD3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD3BB is #A02C44. Grayscale: #ADADAD. Windows color (decimal): -10497093 or 12309343. OLE color: 12309343.

HSL color Cylindrical-coordinate representation of color #5FD3BB: hue angle of 167.59º 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 #5FD3BB is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 95 211 187 -
CMYK 0.55 0 0.11 0.17
HSL 167.59º 0.57% 0.6% -
HSV(B) 167.59º 0.55% 0.83% -
XYZ 36.98 52.61 55.22 -
YUV 173.58 135.57 71.95 -
System Red Green Blue C M Y K H S L
Decimal 95 211 187 0.55 0 0.11 0.17 167.59 0.57 0.6
Hex 5F D3 BB 37 0 B 11 A8 39 3C
Octal 137 323 273 67 0 13 21 250 71 74
Binary 1011111 11010011 10111011 110111 0 1011 10001 10101000 111001 111100

Color Harmonies of #5FD3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD3BB

Black with #5FD3BB

Text Example


Text Example

White with #5FD3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FD3BB; }

 p { color: rgb(95,211,187); }

 H1.HeaderClassName
 {
   color: #5FD3BB;
 }
 .AnyTagClassName
 {
   color: #5FD3BB;
 }
</style>

background-color css

<style>
 a { background-color: #5FD3BB; }

 a { background-color: rgb(95,211,187); }

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

border-color css

<style>
 span { border-color: #5FD3BB; }

 span { border-color: rgb(95,211,187); }

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