#53BE96

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

Shades of Keppel #53BE96

Tints of Keppel #53BE96

Color information

#53BE96 (or 0x53BE96) is unknown color: approx Keppel. HEX triplet: 53, BE and 96. RGB value is (83,190,150). Sum of RGB (Red+Green+Blue) = 83+190+150=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BE96 is #AC4169. Grayscale: #999999. Windows color (decimal): -11288938 or 9879123. OLE color: 9879123.

HSL color Cylindrical-coordinate representation of color #53BE96: hue angle of 157.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BE96 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB83190150-
CMYK0.5600.210.25
HSL157.57º45.15%53.53%-
HSV(B)157.57º56.32%74.51%-
XYZ27.4940.8735.29-
YUV153.45126.0577.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.62%
GREEN value IS 190 (74.61% from 255) = 44.92%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=19.62%
G=44.92%
B=35.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831901500.5600.210.25157.5745.1553.53
Hex53BE9638015199e2d36
Octal12327622670025312365566
Binary101001110111110100101101110000101011100110011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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