#5FBEA0

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

Shades of Keppel #5FBEA0

Tints of Keppel #5FBEA0

Color information

#5FBEA0 (or 0x5FBEA0) is unknown color: approx Keppel. HEX triplet: 5F, BE and A0. RGB value is (95,190,160). Sum of RGB (Red+Green+Blue) = 95+190+160=445 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.35% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBEA0 is #A0415F. Grayscale: #9E9E9E. Windows color (decimal): -10502496 or 10534495. OLE color: 10534495.

HSL color Cylindrical-coordinate representation of color #5FBEA0: hue angle of 161.05º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBEA0 is Cyan = 0.5, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB95190160-
CMYK0.500.160.25
HSL161.05º42.22%55.88%-
HSV(B)161.05º50%74.51%-
XYZ29.4841.839.77-
YUV158.17129.0382.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.35%
GREEN value IS 190 (74.61% from 255) = 42.70%
BLUE value IS 160 (62.89% from 255) = 35.96%
R=21.35%
G=42.70%
B=35.96%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951901600.500.160.25161.0542.2255.88
Hex5FBEA03201019a12a38
Octal13727624062020312415270
Binary101111110111110101000001100100100001100110100001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,190,160); }

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

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

 a { background-color: rgb(95,190,160); }

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

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

 span { border-color: rgb(95,190,160); }

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