#5FBC9A

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

Shades of Keppel #5FBC9A

Tints of Keppel #5FBC9A

Color information

#5FBC9A (or 0x5FBC9A) is unknown color: approx Keppel. HEX triplet: 5F, BC and 9A. RGB value is (95,188,154). Sum of RGB (Red+Green+Blue) = 95+188+154=437 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.74% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBC9A is #A04365. Grayscale: #9C9C9C. Windows color (decimal): -10503014 or 10140767. OLE color: 10140767.

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

Color convert

RGB95188154-
CMYK0.4900.180.26
HSL158.06º40.97%55.49%-
HSV(B)158.06º49.47%73.73%-
XYZ28.5440.7336.93-
YUV156.32126.6984.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.74%
GREEN value IS 188 (73.83% from 255) = 43.02%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=21.74%
G=43.02%
B=35.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal951881540.4900.180.26158.0640.9755.49
Hex5FBC9A310121A9e2937
Octal13727423261022322365167
Binary101111110111100100110101100010100101101010011110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,188,154); }

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

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

 a { background-color: rgb(95,188,154); }

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

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

 span { border-color: rgb(95,188,154); }

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