#53AF97

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

Shades of Keppel #53AF97

Tints of Keppel #53AF97

Color information

#53AF97 (or 0x53AF97) is unknown color: approx Keppel. HEX triplet: 53, AF and 97. RGB value is (83,175,151). Sum of RGB (Red+Green+Blue) = 83+175+151=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AF97 is #AC5068. Grayscale: #909090. Windows color (decimal): -11292777 or 9940819. OLE color: 9940819.

HSL color Cylindrical-coordinate representation of color #53AF97: hue angle of 164.35º 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 #53AF97 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB83175151-
CMYK0.5300.140.31
HSL164.35º36.51%50.59%-
HSV(B)164.35º52.57%68.63%-
XYZ24.4834.7334.69-
YUV144.76131.5283.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.29%
GREEN value IS 175 (68.75% from 255) = 42.79%
BLUE value IS 151 (59.38% from 255) = 36.92%
R=20.29%
G=42.79%
B=36.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831751510.5300.140.31164.3536.5150.59
Hex53AF97350E1Fa42533
Octal12325722765016372444563
Binary10100111010111110010111110101011101111110100100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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