#53AF8A

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

Shades of Keppel #53AF8A

Tints of Keppel #53AF8A

Color information

#53AF8A (or 0x53AF8A) is unknown color: approx Keppel. HEX triplet: 53, AF and 8A. RGB value is (83,175,138). Sum of RGB (Red+Green+Blue) = 83+175+138=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AF8A is #AC5075. Grayscale: #8F8F8F. Windows color (decimal): -11292790 or 9088851. OLE color: 9088851.

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

Color convert

RGB83175138-
CMYK0.5300.210.31
HSL155.87º36.51%50.59%-
HSV(B)155.87º52.57%68.63%-
XYZ23.4834.3329.43-
YUV143.27125.0285.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.96%
GREEN value IS 175 (68.75% from 255) = 44.19%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=20.96%
G=44.19%
B=34.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831751380.5300.210.31155.8736.5150.59
Hex53AF8A350151F9c2533
Octal12325721265025372344563
Binary101001110101111100010101101010101011111110011100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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