#5FB394

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

Shades of Keppel #5FB394

Tints of Keppel #5FB394

Color information

#5FB394 (or 0x5FB394) is unknown color: approx Keppel. HEX triplet: 5F, B3 and 94. RGB value is (95,179,148). Sum of RGB (Red+Green+Blue) = 95+179+148=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB394 is #A04C6B. Grayscale: #969696. Windows color (decimal): -10505324 or 9745247. OLE color: 9745247.

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

Color convert

RGB95179148-
CMYK0.4700.170.30
HSL157.86º35.59%53.73%-
HSV(B)157.86º46.93%70.2%-
XYZ26.1836.8133.74-
YUV150.35126.6788.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.51%
GREEN value IS 179 (70.31% from 255) = 42.42%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=22.51%
G=42.42%
B=35.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal951791480.4700.170.30157.8635.5953.73
Hex5FB3942F0111E9e2436
Octal13726322457021362364466
Binary101111110110011100101001011110100011111010011110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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