#53BE97

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

Shades of Keppel #53BE97

Tints of Keppel #53BE97

Color information

#53BE97 (or 0x53BE97) is unknown color: approx Keppel. HEX triplet: 53, BE and 97. RGB value is (83,190,151). Sum of RGB (Red+Green+Blue) = 83+190+151=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BE97 is #AC4168. Grayscale: #999999. Windows color (decimal): -11288937 or 9944659. OLE color: 9944659.

HSL color Cylindrical-coordinate representation of color #53BE97: hue angle of 158.13º 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 #53BE97 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB83190151-
CMYK0.5600.210.25
HSL158.13º45.15%53.53%-
HSV(B)158.13º56.32%74.51%-
XYZ27.5740.935.72-
YUV153.56126.5577.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.58%
GREEN value IS 190 (74.61% from 255) = 44.81%
BLUE value IS 151 (59.38% from 255) = 35.61%
R=19.58%
G=44.81%
B=35.61%

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
Decimal831901510.5600.210.25158.1345.1553.53
Hex53BE9738015199e2d36
Octal12327622770025312365566
Binary101001110111110100101111110000101011100110011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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