#5FB494

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

Shades of Keppel #5FB494

Tints of Keppel #5FB494

Color information

#5FB494 (or 0x5FB494) is unknown color: approx Keppel. HEX triplet: 5F, B4 and 94. RGB value is (95,180,148). Sum of RGB (Red+Green+Blue) = 95+180+148=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB494 is #A04B6B. Grayscale: #969696. Windows color (decimal): -10505068 or 9745503. OLE color: 9745503.

HSL color Cylindrical-coordinate representation of color #5FB494: hue angle of 157.41º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB494 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB95180148-
CMYK0.4700.180.29
HSL157.41º36.17%53.92%-
HSV(B)157.41º47.22%70.59%-
XYZ26.3937.2133.81-
YUV150.94126.3488.1-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.46%
GREEN value IS 180 (70.70% from 255) = 42.55%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=22.46%
G=42.55%
B=34.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951801480.4700.180.29157.4136.1753.92
Hex5FB4942F0121D9d2436
Octal13726422457022352354466
Binary101111110110100100101001011110100101110110011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,180,148); }

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

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

 a { background-color: rgb(95,180,148); }

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

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

 span { border-color: rgb(95,180,148); }

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