Html Css Color HEX #5FEABC Downy

📋 copy color: '#5FEABC'

red 95 ◦ green 234 ◦ blue 188

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

Shades of Downy #5FEABC

Tints of Downy #5FEABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.36%

R = 18.38%
G = 45.26%
B = 36.36%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#5FEABC (or 0x5FEABC) is known color: Downy. HEX triplet: 5F, EA and BC. RGB value is (95,234,188). Sum of RGB (Red+Green+Blue) = 95+234+188=517 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.38% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEABC is #A01543. Grayscale: #BBBBBB. Windows color (decimal): -10491204 or 12380767. OLE color: 12380767.

HSL color Cylindrical-coordinate representation of color #5FEABC: hue angle of 160.14º 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 #5FEABC is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 234 188 -
CMYK 0.59 0 0.20 0.08
HSL 160.14º 0.77% 0.65% -
HSV(B) 160.14º 0.59% 0.92% -
XYZ 43.22 64.91 57.83 -
YUV 187.2 128.45 62.24 -
System Red Green Blue C M Y K H S L
Decimal 95 234 188 0.59 0 0.20 0.08 160.14 0.77 0.65
Hex 5F EA BC 3B 0 14 8 A0 4D 41
Octal 137 352 274 73 0 24 10 240 115 101
Binary 1011111 11101010 10111100 111011 0 10100 1000 10100000 1001101 1000001

Color Harmonies of #5FEABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEABC

Black with #5FEABC

Text Example


Text Example

White with #5FEABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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