Html Css Color HEX #5FEBBA Downy

📋 copy color: '#5FEBBA'

red 95 ◦ green 235 ◦ blue 186

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

Shades of Downy #5FEBBA

Tints of Downy #5FEBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.05%

R = 18.41%
G = 45.54%
B = 36.05%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#5FEBBA (or 0x5FEBBA) is known color: Downy. HEX triplet: 5F, EB and BA. RGB value is (95,235,186). Sum of RGB (Red+Green+Blue) = 95+235+186=516 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.41% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEBBA is #A01445. Grayscale: #BBBBBB. Windows color (decimal): -10490950 or 12249951. OLE color: 12249951.

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

Color convert

RGB 95 235 186 -
CMYK 0.60 0 0.21 0.08
HSL 159º 0.78% 0.65% -
HSV(B) 159º 0.6% 0.92% -
XYZ 43.29 65.39 56.8 -
YUV 187.55 127.12 61.98 -
System Red Green Blue C M Y K H S L
Decimal 95 235 186 0.60 0 0.21 0.08 159 0.78 0.65
Hex 5F EB BA 3C 0 15 8 9F 4E 41
Octal 137 353 272 74 0 25 10 237 116 101
Binary 1011111 11101011 10111010 111100 0 10101 1000 10011111 1001110 1000001

Color Harmonies of #5FEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEBBA

Black with #5FEBBA

Text Example


Text Example

White with #5FEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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