Html Css Color HEX #5FE5BB Downy

📋 copy color: '#5FE5BB'

red 95 ◦ green 229 ◦ blue 187

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

Shades of Downy #5FE5BB

Tints of Downy #5FE5BB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.81%

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

R = 18.59%
G = 44.81%
B = 36.59%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#5FE5BB (or 0x5FE5BB) is known color: Downy. HEX triplet: 5F, E5 and BB. RGB value is (95,229,187). Sum of RGB (Red+Green+Blue) = 95+229+187=511 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.59% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #5FE5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE5BB is #A01A44. Grayscale: #B8B8B8. Windows color (decimal): -10492485 or 12313951. OLE color: 12313951.

HSL color Cylindrical-coordinate representation of color #5FE5BB: hue angle of 161.19º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE5BB is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 95 229 187 -
CMYK 0.59 0 0.18 0.10
HSL 161.19º 0.72% 0.64% -
HSV(B) 161.19º 0.59% 0.9% -
XYZ 41.71 62.06 56.79 -
YUV 184.15 129.61 64.42 -
System Red Green Blue C M Y K H S L
Decimal 95 229 187 0.59 0 0.18 0.10 161.19 0.72 0.64
Hex 5F E5 BB 3B 0 12 A A1 48 40
Octal 137 345 273 73 0 22 12 241 110 100
Binary 1011111 11100101 10111011 111011 0 10010 1010 10100001 1001000 1000000

Color Harmonies of #5FE5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE5BB

Black with #5FE5BB

Text Example


Text Example

White with #5FE5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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