#53C095

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

Shades of Keppel #53C095

Tints of Keppel #53C095

Color information

#53C095 (or 0x53C095) is unknown color: approx Keppel. HEX triplet: 53, C0 and 95. RGB value is (83,192,149). Sum of RGB (Red+Green+Blue) = 83+192+149=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #53C095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C095 is #AC3F6A. Grayscale: #9A9A9A. Windows color (decimal): -11288427 or 9814099. OLE color: 9814099.

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

Color convert

RGB83192149-
CMYK0.5700.220.25
HSL156.33º46.38%53.92%-
HSV(B)156.33º56.77%75.29%-
XYZ27.8441.7135.02-
YUV154.51124.8977-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.58%
GREEN value IS 192 (75.39% from 255) = 45.28%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=19.58%
G=45.28%
B=35.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831921490.5700.220.25156.3346.3853.92
Hex53C09539016199c2e36
Octal12330022571026312345666
Binary101001111000000100101011110010101101100110011100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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