Html Css Color HEX #5FB998 Keppel

📋 copy color: '#5FB998'

red 95 ◦ green 185 ◦ blue 152

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

Shades of Keppel #5FB998

Tints of Keppel #5FB998

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.82%

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

R = 21.99%
G = 42.82%
B = 35.19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#5FB998 (or 0x5FB998) is known color: Keppel. HEX triplet: 5F, B9 and 98. RGB value is (95,185,152). Sum of RGB (Red+Green+Blue) = 95+185+152=432 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.99% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB998 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB998 is #A04667. Grayscale: #9A9A9A. Windows color (decimal): -10503784 or 10008927. OLE color: 10008927.

HSL color Cylindrical-coordinate representation of color #5FB998: hue angle of 158º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB998 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 185 152 -
CMYK 0.49 0 0.18 0.27
HSL 158º 0.39% 0.55% -
HSV(B) 158º 0.49% 0.73% -
XYZ 27.74 39.4 35.85 -
YUV 154.33 126.68 85.68 -
System Red Green Blue C M Y K H S L
Decimal 95 185 152 0.49 0 0.18 0.27 158 0.39 0.55
Hex 5F B9 98 31 0 12 1B 9E 27 37
Octal 137 271 230 61 0 22 33 236 47 67
Binary 1011111 10111001 10011000 110001 0 10010 11011 10011110 100111 110111

Color Harmonies of #5FB998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB998

Black with #5FB998

Text Example


Text Example

White with #5FB998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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