#5fbb9d

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

Shades of Keppel #5FBB9D

Tints of Keppel #5FBB9D

Color information

#5FBB9D (or 0x5FBB9D) is unknown color: approx Keppel. HEX triplet: 5F, BB and 9D. RGB value is (95,187,157). Sum of RGB (Red+Green+Blue) = 95+187+157=439 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.64% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 187 - color contains mainly: green. Hex color #5FBB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBB9D is #A04462. Grayscale: #9C9C9C. Windows color (decimal): -10503267 or 10337119. OLE color: 10337119.

HSL color Cylindrical-coordinate representation of color #5FBB9D: hue angle of 160.43º degrees, saturation: 0.4, 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 #5FBB9D is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB95187157-
CMYK0.4900.160.27
HSL160.43º40.35%55.29%-
HSV(B)160.43º49.2%73.33%-
XYZ28.5840.4138.19-
YUV156.07128.5284.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.64%
GREEN value IS 187 (73.44% from 255) = 42.60%
BLUE value IS 157 (61.72% from 255) = 35.76%
R=21.64%
G=42.60%
B=35.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal951871570.4900.160.27160.4340.3555.29
Hex5FBB9D310101Ba02837
Octal13727323561020332405067
Binary101111110111011100111011100010100001101110100000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fbb9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,187,157); }

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

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

 a { background-color: rgb(95,187,157); }

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

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

 span { border-color: rgb(95,187,157); }

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