#53AF8E

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

Shades of Keppel #53AF8E

Tints of Keppel #53AF8E

Color information

#53AF8E (or 0x53AF8E) is unknown color: approx Keppel. HEX triplet: 53, AF and 8E. RGB value is (83,175,142). Sum of RGB (Red+Green+Blue) = 83+175+142=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AF8E is #AC5071. Grayscale: #8F8F8F. Windows color (decimal): -11292786 or 9350995. OLE color: 9350995.

HSL color Cylindrical-coordinate representation of color #53AF8E: hue angle of 158.48º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53AF8E is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB83175142-
CMYK0.5300.190.31
HSL158.48º36.51%50.59%-
HSV(B)158.48º52.57%68.63%-
XYZ23.7834.4530.99-
YUV143.73127.0284.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.75%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 142 (55.86% from 255) = 35.5%
R=20.75%
G=43.75%
B=35.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831751420.5300.190.31158.4836.5150.59
Hex53AF8E350131F9e2533
Octal12325721665023372364563
Binary101001110101111100011101101010100111111110011110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,175,142); }

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

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

 a { background-color: rgb(83,175,142); }

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

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

 span { border-color: rgb(83,175,142); }

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