#53A88B

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

Shades of Keppel #53A88B

Tints of Keppel #53A88B

Color information

#53A88B (or 0x53A88B) is unknown color: approx Keppel. HEX triplet: 53, A8 and 8B. RGB value is (83,168,139). Sum of RGB (Red+Green+Blue) = 83+168+139=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 168 - color contains mainly: green. Hex color #53A88B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A88B is #AC5774. Grayscale: #8B8B8B. Windows color (decimal): -11294581 or 9152595. OLE color: 9152595.

HSL color Cylindrical-coordinate representation of color #53A88B: hue angle of 159.53º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A88B is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB83168139-
CMYK0.5100.170.34
HSL159.53º33.86%49.22%-
HSV(B)159.53º50.6%65.88%-
XYZ22.2331.7129.37-
YUV139.28127.8487.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.28%
GREEN value IS 168 (66.02% from 255) = 43.08%
BLUE value IS 139 (54.69% from 255) = 35.64%
R=21.28%
G=43.08%
B=35.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal831681390.5100.170.34159.5333.8649.22
Hex53A88B3301122a02231
Octal12325021363021422404261
Binary1010011101010001000101111001101000110001010100000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,168,139); }

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

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

 a { background-color: rgb(83,168,139); }

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

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

 span { border-color: rgb(83,168,139); }

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