#5FBF98

Color #5FBF98 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #5FBF98

Tints of Keppel #5FBF98

Color information

#5FBF98 (or 0x5FBF98) is unknown color: approx Keppel. HEX triplet: 5F, BF and 98. RGB value is (95,191,152). Sum of RGB (Red+Green+Blue) = 95+191+152=438 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.69% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBF98 is #A04067. Grayscale: #9D9D9D. Windows color (decimal): -10502248 or 10010463. OLE color: 10010463.

HSL color Cylindrical-coordinate representation of color #5FBF98: hue angle of 155.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBF98 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB95191152-
CMYK0.5000.200.25
HSL155.62º42.86%56.08%-
HSV(B)155.62º50.26%74.9%-
XYZ29.0241.9636.28-
YUV157.85124.783.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.69%
GREEN value IS 191 (75% from 255) = 43.61%
BLUE value IS 152 (59.77% from 255) = 34.70%
R=21.69%
G=43.61%
B=34.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951911520.5000.200.25155.6242.8656.08
Hex5FBF9832014199c2b38
Octal13727723062024312345370
Binary101111110111111100110001100100101001100110011100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FBF98;
 }
 .AnyTagClassName
 {
   color: #5FBF98;
 }
</style>
background-color css

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

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

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

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

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

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