#53BE98

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

Shades of Keppel #53BE98

Tints of Keppel #53BE98

Color information

#53BE98 (or 0x53BE98) is unknown color: approx Keppel. HEX triplet: 53, BE and 98. RGB value is (83,190,152). Sum of RGB (Red+Green+Blue) = 83+190+152=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BE98 is #AC4167. Grayscale: #999999. Windows color (decimal): -11288936 or 10010195. OLE color: 10010195.

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

Color convert

RGB83190152-
CMYK0.5600.20.25
HSL158.69º45.15%53.53%-
HSV(B)158.69º56.32%74.51%-
XYZ27.6540.9336.15-
YUV153.67127.0577.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.53%
GREEN value IS 190 (74.61% from 255) = 44.71%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=19.53%
G=44.71%
B=35.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831901520.5600.20.25158.6945.1553.53
Hex53BE9838014199f2d36
Octal12327623070024312375566
Binary101001110111110100110001110000101001100110011111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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