#53BB96

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

Shades of Keppel #53BB96

Tints of Keppel #53BB96

Color information

#53BB96 (or 0x53BB96) is unknown color: approx Keppel. HEX triplet: 53, BB and 96. RGB value is (83,187,150). Sum of RGB (Red+Green+Blue) = 83+187+150=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BB96 is #AC4469. Grayscale: #979797. Windows color (decimal): -11289706 or 9878355. OLE color: 9878355.

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

Color convert

RGB83187150-
CMYK0.5600.200.27
HSL158.65º43.33%52.94%-
HSV(B)158.65º55.61%73.33%-
XYZ26.8439.5835.08-
YUV151.69127.0479.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.76%
GREEN value IS 187 (73.44% from 255) = 44.52%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=19.76%
G=44.52%
B=35.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831871500.5600.200.27158.6543.3352.94
Hex53BB96380141B9f2b35
Octal12327322670024332375365
Binary101001110111011100101101110000101001101110011111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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