#52BB92

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

Shades of Keppel #52BB92

Tints of Keppel #52BB92

Color information

#52BB92 (or 0x52BB92) is unknown color: approx Keppel. HEX triplet: 52, BB and 92. RGB value is (82,187,146). Sum of RGB (Red+Green+Blue) = 82+187+146=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BB92 is #AD446D. Grayscale: #969696. Windows color (decimal): -11355246 or 9616210. OLE color: 9616210.

HSL color Cylindrical-coordinate representation of color #52BB92: hue angle of 156.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BB92 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB82187146-
CMYK0.5600.220.27
HSL156.57º43.57%52.75%-
HSV(B)156.57º56.15%73.33%-
XYZ26.4439.4133.41-
YUV150.93125.2178.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.76%
GREEN value IS 187 (73.44% from 255) = 45.06%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=19.76%
G=45.06%
B=35.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821871460.5600.220.27156.5743.5752.75
Hex52BB92380161B9d2c35
Octal12227322270026332355465
Binary101001010111011100100101110000101101101110011101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,187,146); }

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

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

 a { background-color: rgb(82,187,146); }

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

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

 span { border-color: rgb(82,187,146); }

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