Html Css Color HEX #5FB598 Keppel

📋 copy color: '#5FB598'

red 95 ◦ green 181 ◦ blue 152

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

Shades of Keppel #5FB598

Tints of Keppel #5FB598

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.29%

 BLUE value IS 152 (59.77% from 255) = 35.51%

R = 22.2%
G = 42.29%
B = 35.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#5FB598 (or 0x5FB598) is known color: Keppel. HEX triplet: 5F, B5 and 98. RGB value is (95,181,152). Sum of RGB (Red+Green+Blue) = 95+181+152=428 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.20% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 181 - color contains mainly: green. Hex color #5FB598 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB598 is #A04A67. Grayscale: #989898. Windows color (decimal): -10504808 or 10007903. OLE color: 10007903.

HSL color Cylindrical-coordinate representation of color #5FB598: hue angle of 159.77º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB598 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 95 181 152 -
CMYK 0.48 0 0.16 0.29
HSL 159.77º 0.37% 0.54% -
HSV(B) 159.77º 0.48% 0.71% -
XYZ 26.91 37.75 35.57 -
YUV 151.98 128.01 87.36 -
System Red Green Blue C M Y K H S L
Decimal 95 181 152 0.48 0 0.16 0.29 159.77 0.37 0.54
Hex 5F B5 98 30 0 10 1D A0 25 36
Octal 137 265 230 60 0 20 35 240 45 66
Binary 1011111 10110101 10011000 110000 0 10000 11101 10100000 100101 110110

Color Harmonies of #5FB598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB598

Black with #5FB598

Text Example


Text Example

White with #5FB598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,181,152); }

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

background-color css

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

 a { background-color: rgb(95,181,152); }

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

border-color css

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

 span { border-color: rgb(95,181,152); }

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