#53BA96

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

Shades of Keppel #53BA96

Tints of Keppel #53BA96

Color information

#53BA96 (or 0x53BA96) is unknown color: approx Keppel. HEX triplet: 53, BA and 96. RGB value is (83,186,150). Sum of RGB (Red+Green+Blue) = 83+186+150=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BA96 is #AC4569. Grayscale: #979797. Windows color (decimal): -11289962 or 9878099. OLE color: 9878099.

HSL color Cylindrical-coordinate representation of color #53BA96: hue angle of 159.03º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BA96 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB83186150-
CMYK0.5500.190.27
HSL159.03º42.74%52.75%-
HSV(B)159.03º55.38%72.94%-
XYZ26.6339.1635.01-
YUV151.1127.3879.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.81%
GREEN value IS 186 (73.05% from 255) = 44.39%
BLUE value IS 150 (58.98% from 255) = 35.80%
R=19.81%
G=44.39%
B=35.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831861500.5500.190.27159.0342.7452.75
Hex53BA96370131B9f2b35
Octal12327222667023332375365
Binary101001110111010100101101101110100111101110011111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53BA96; }

 p { color: rgb(83,186,150); }

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

<style>
 a { background-color: #53BA96; }

 a { background-color: rgb(83,186,150); }

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

<style>
 span { border-color: #53BA96; }

 span { border-color: rgb(83,186,150); }

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