#5FBDA0

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

Shades of Keppel #5FBDA0

Tints of Keppel #5FBDA0

Color information

#5FBDA0 (or 0x5FBDA0) is unknown color: approx Keppel. HEX triplet: 5F, BD and A0. RGB value is (95,189,160). Sum of RGB (Red+Green+Blue) = 95+189+160=444 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.40% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #5FBDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBDA0 is #A0425F. Grayscale: #9D9D9D. Windows color (decimal): -10502752 or 10534239. OLE color: 10534239.

HSL color Cylindrical-coordinate representation of color #5FBDA0: hue angle of 161.49º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBDA0 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB95189160-
CMYK0.5000.150.26
HSL161.49º41.59%55.69%-
HSV(B)161.49º49.74%74.12%-
XYZ29.2641.3739.7-
YUV157.59129.3683.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.40%
GREEN value IS 189 (74.22% from 255) = 42.57%
BLUE value IS 160 (62.89% from 255) = 36.04%
R=21.40%
G=42.57%
B=36.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal951891600.5000.150.26161.4941.5955.69
Hex5FBDA0320F1Aa12a38
Octal13727524062017322415270
Binary10111111011110110100000110010011111101010100001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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