#53B29A

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

Shades of Keppel #53B29A

Tints of Keppel #53B29A

Color information

#53B29A (or 0x53B29A) is unknown color: approx Keppel. HEX triplet: 53, B2 and 9A. RGB value is (83,178,154). Sum of RGB (Red+Green+Blue) = 83+178+154=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 178 - color contains mainly: green. Hex color #53B29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B29A is #AC4D65. Grayscale: #929292. Windows color (decimal): -11292006 or 10138195. OLE color: 10138195.

HSL color Cylindrical-coordinate representation of color #53B29A: hue angle of 164.84º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B29A is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB83178154-
CMYK0.5300.130.30
HSL164.84º38.15%51.18%-
HSV(B)164.84º53.37%69.8%-
XYZ25.3236.0136.19-
YUV146.86132.0382.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20%
GREEN value IS 178 (69.92% from 255) = 42.89%
BLUE value IS 154 (60.55% from 255) = 37.11%
R=20%
G=42.89%
B=37.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal831781540.5300.130.30164.8438.1551.18
Hex53B29A350D1Ea52633
Octal12326223265015362454663
Binary10100111011001010011010110101011011111010100101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,178,154); }

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

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

 a { background-color: rgb(83,178,154); }

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

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

 span { border-color: rgb(83,178,154); }

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