#52A68D

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

Shades of Keppel #52A68D

Tints of Keppel #52A68D

Color information

#52A68D (or 0x52A68D) is unknown color: approx Keppel. HEX triplet: 52, A6 and 8D. RGB value is (82,166,141). Sum of RGB (Red+Green+Blue) = 82+166+141=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 166 - color contains mainly: green. Hex color #52A68D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A68D is #AD5972. Grayscale: #8A8A8A. Windows color (decimal): -11360627 or 9283154. OLE color: 9283154.

HSL color Cylindrical-coordinate representation of color #52A68D: hue angle of 162.14º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A68D is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB82166141-
CMYK0.5100.150.35
HSL162.14º33.87%48.63%-
HSV(B)162.14º50.6%65.1%-
XYZ21.9230.9930.03-
YUV138.03129.6788.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.08%
GREEN value IS 166 (65.23% from 255) = 42.67%
BLUE value IS 141 (55.47% from 255) = 36.25%
R=21.08%
G=42.67%
B=36.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821661410.5100.150.35162.1433.8748.63
Hex52A68D330F23a22231
Octal12224621563017432424261
Binary101001010100110100011011100110111110001110100010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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