#53C394

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

Shades of Keppel #53C394

Tints of Keppel #53C394

Color information

#53C394 (or 0x53C394) is unknown color: approx Keppel. HEX triplet: 53, C3 and 94. RGB value is (83,195,148). Sum of RGB (Red+Green+Blue) = 83+195+148=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #53C394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C394 is #AC3C6B. Grayscale: #9C9C9C. Windows color (decimal): -11287660 or 9749331. OLE color: 9749331.

HSL color Cylindrical-coordinate representation of color #53C394: hue angle of 154.82º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C394 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB83195148-
CMYK0.5700.240.24
HSL154.82º48.28%54.51%-
HSV(B)154.82º57.44%76.47%-
XYZ28.4343.0134.82-
YUV156.15123.3975.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.48%
GREEN value IS 195 (76.56% from 255) = 45.77%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=19.48%
G=45.77%
B=34.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831951480.5700.240.24154.8248.2854.51
Hex53C39439018189b3037
Octal12330322471030302336067
Binary101001111000011100101001110010110001100010011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,195,148); }

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

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

 a { background-color: rgb(83,195,148); }

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

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

 span { border-color: rgb(83,195,148); }

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