#52AF8D

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

Shades of Keppel #52AF8D

Tints of Keppel #52AF8D

Color information

#52AF8D (or 0x52AF8D) is unknown color: approx Keppel. HEX triplet: 52, AF and 8D. RGB value is (82,175,141). Sum of RGB (Red+Green+Blue) = 82+175+141=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AF8D is #AD5072. Grayscale: #8F8F8F. Windows color (decimal): -11358323 or 9285458. OLE color: 9285458.

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

Color convert

RGB82175141-
CMYK0.5300.190.31
HSL158.06º36.76%50.39%-
HSV(B)158.06º53.14%68.63%-
XYZ23.6234.3830.59-
YUV143.32126.6984.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.60%
GREEN value IS 175 (68.75% from 255) = 43.97%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=20.60%
G=43.97%
B=35.43%

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
Decimal821751410.5300.190.31158.0636.7650.39
Hex52AF8D350131F9e2532
Octal12225721565023372364562
Binary101001010101111100011011101010100111111110011110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52AF8D; }

 p { color: rgb(82,175,141); }

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

<style>
 a { background-color: #52AF8D; }

 a { background-color: rgb(82,175,141); }

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

<style>
 span { border-color: #52AF8D; }

 span { border-color: rgb(82,175,141); }

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