Html Css Color HEX #5FEBB8 Downy

📋 copy color: '#5FEBB8'

red 95 ◦ green 235 ◦ blue 184

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

Shades of Downy #5FEBB8

Tints of Downy #5FEBB8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.72%

 BLUE value IS 184 (72.27% from 255) = 35.8%

R = 18.48%
G = 45.72%
B = 35.8%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#5FEBB8 (or 0x5FEBB8) is known color: Downy. HEX triplet: 5F, EB and B8. RGB value is (95,235,184). Sum of RGB (Red+Green+Blue) = 95+235+184=514 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.48% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEBB8 is #A01447. Grayscale: #BBBBBB. Windows color (decimal): -10490952 or 12118879. OLE color: 12118879.

HSL color Cylindrical-coordinate representation of color #5FEBB8: hue angle of 158.14º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEBB8 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 235 184 -
CMYK 0.60 0 0.22 0.08
HSL 158.14º 0.78% 0.65% -
HSV(B) 158.14º 0.6% 0.92% -
XYZ 43.08 65.31 55.68 -
YUV 187.33 126.12 62.15 -
System Red Green Blue C M Y K H S L
Decimal 95 235 184 0.60 0 0.22 0.08 158.14 0.78 0.65
Hex 5F EB B8 3C 0 16 8 9E 4E 41
Octal 137 353 270 74 0 26 10 236 116 101
Binary 1011111 11101011 10111000 111100 0 10110 1000 10011110 1001110 1000001

Color Harmonies of #5FEBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEBB8

Black with #5FEBB8

Text Example


Text Example

White with #5FEBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,235,184); }

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

background-color css

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

 a { background-color: rgb(95,235,184); }

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

border-color css

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

 span { border-color: rgb(95,235,184); }

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