#53AE8A

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

Shades of Keppel #53AE8A

Tints of Keppel #53AE8A

Color information

#53AE8A (or 0x53AE8A) is unknown color: approx Keppel. HEX triplet: 53, AE and 8A. RGB value is (83,174,138). Sum of RGB (Red+Green+Blue) = 83+174+138=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #53AE8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AE8A is #AC5175. Grayscale: #8E8E8E. Windows color (decimal): -11293046 or 9088595. OLE color: 9088595.

HSL color Cylindrical-coordinate representation of color #53AE8A: hue angle of 156.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AE8A is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB83174138-
CMYK0.5200.210.32
HSL156.26º35.97%50.39%-
HSV(B)156.26º52.3%68.24%-
XYZ23.2933.9529.37-
YUV142.69125.3585.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.01%
GREEN value IS 174 (68.36% from 255) = 44.05%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=21.01%
G=44.05%
B=34.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831741380.5200.210.32156.2635.9750.39
Hex53AE8A34015209c2432
Octal12325621264025402344462
Binary1010011101011101000101011010001010110000010011100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,174,138); }

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

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

 a { background-color: rgb(83,174,138); }

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

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

 span { border-color: rgb(83,174,138); }

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