Html Css Color HEX #5FEABF Downy

📋 copy color: '#5FEABF'

red 95 ◦ green 234 ◦ blue 191

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

Shades of Downy #5FEABF

Tints of Downy #5FEABF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45%

 BLUE value IS 191 (75% from 255) = 36.73%

R = 18.27%
G = 45%
B = 36.73%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#5FEABF (or 0x5FEABF) is known color: Downy. HEX triplet: 5F, EA and BF. RGB value is (95,234,191). Sum of RGB (Red+Green+Blue) = 95+234+191=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEABF is #A01540. Grayscale: #BBBBBB. Windows color (decimal): -10491201 or 12577375. OLE color: 12577375.

HSL color Cylindrical-coordinate representation of color #5FEABF: hue angle of 161.44º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FEABF is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 234 191 -
CMYK 0.59 0 0.18 0.08
HSL 161.44º 0.77% 0.65% -
HSV(B) 161.44º 0.59% 0.92% -
XYZ 43.55 65.04 59.55 -
YUV 187.54 129.95 62 -
System Red Green Blue C M Y K H S L
Decimal 95 234 191 0.59 0 0.18 0.08 161.44 0.77 0.65
Hex 5F EA BF 3B 0 12 8 A1 4D 41
Octal 137 352 277 73 0 22 10 241 115 101
Binary 1011111 11101010 10111111 111011 0 10010 1000 10100001 1001101 1000001

Color Harmonies of #5FEABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEABF

Black with #5FEABF

Text Example


Text Example

White with #5FEABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,234,191); }

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

background-color css

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

 a { background-color: rgb(95,234,191); }

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

border-color css

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

 span { border-color: rgb(95,234,191); }

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