#53C098

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

Shades of Keppel #53C098

Tints of Keppel #53C098

Color information

#53C098 (or 0x53C098) is unknown color: approx Keppel. HEX triplet: 53, C0 and 98. RGB value is (83,192,152). Sum of RGB (Red+Green+Blue) = 83+192+152=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #53C098 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C098 is #AC3F67. Grayscale: #9A9A9A. Windows color (decimal): -11288424 or 10010707. OLE color: 10010707.

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

Color convert

RGB83192152-
CMYK0.5700.210.25
HSL157.98º46.38%53.92%-
HSV(B)157.98º56.77%75.29%-
XYZ28.0841.8136.29-
YUV154.85126.3976.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.44%
GREEN value IS 192 (75.39% from 255) = 44.96%
BLUE value IS 152 (59.77% from 255) = 35.60%
R=19.44%
G=44.96%
B=35.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831921520.5700.210.25157.9846.3853.92
Hex53C09839015199e2e36
Octal12330023071025312365666
Binary101001111000000100110001110010101011100110011110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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