#5FBEA1

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

Shades of Keppel #5FBEA1

Tints of Keppel #5FBEA1

Color information

#5FBEA1 (or 0x5FBEA1) is unknown color: approx Keppel. HEX triplet: 5F, BE and A1. RGB value is (95,190,161). Sum of RGB (Red+Green+Blue) = 95+190+161=446 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.30% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBEA1 is #A0415E. Grayscale: #9E9E9E. Windows color (decimal): -10502495 or 10600031. OLE color: 10600031.

HSL color Cylindrical-coordinate representation of color #5FBEA1: hue angle of 161.68º 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 #5FBEA1 is Cyan = 0.5, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB95190161-
CMYK0.500.150.25
HSL161.68º42.22%55.88%-
HSV(B)161.68º50%74.51%-
XYZ29.5741.8340.23-
YUV158.29129.5382.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.30%
GREEN value IS 190 (74.61% from 255) = 42.60%
BLUE value IS 161 (63.28% from 255) = 36.10%
R=21.30%
G=42.60%
B=36.10%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951901610.500.150.25161.6842.2255.88
Hex5FBEA1320F19a22a38
Octal13727624162017312425270
Binary10111111011111010100001110010011111100110100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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