#5FA99A

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

Shades of Keppel #5FA99A

Tints of Keppel #5FA99A

Color information

#5FA99A (or 0x5FA99A) is unknown color: approx Keppel. HEX triplet: 5F, A9 and 9A. RGB value is (95,169,154). Sum of RGB (Red+Green+Blue) = 95+169+154=418 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.73% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA99A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA99A is #A05665. Grayscale: #919191. Windows color (decimal): -10507878 or 10135903. OLE color: 10135903.

HSL color Cylindrical-coordinate representation of color #5FA99A: hue angle of 167.84º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FA99A is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB95169154-
CMYK0.4400.090.34
HSL167.84º30.08%51.76%-
HSV(B)167.84º43.79%66.27%-
XYZ24.7433.1435.66-
YUV145.16132.9892.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.73%
GREEN value IS 169 (66.41% from 255) = 40.43%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=22.73%
G=40.43%
B=36.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal951691540.4400.090.34167.8430.0851.76
Hex5FA99A2C0922a81e34
Octal13725123254011422503664
Binary10111111010100110011010101100010011000101010100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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