#52bb8e

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

Shades of Keppel #52BB8E

Tints of Keppel #52BB8E

Color information

#52BB8E (or 0x52BB8E) is unknown color: approx Keppel. HEX triplet: 52, BB and 8E. RGB value is (82,187,142). Sum of RGB (Red+Green+Blue) = 82+187+142=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BB8E is #AD4471. Grayscale: #969696. Windows color (decimal): -11355250 or 9354066. OLE color: 9354066.

HSL color Cylindrical-coordinate representation of color #52BB8E: hue angle of 154.29º 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 #52BB8E is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB82187142-
CMYK0.5600.240.27
HSL154.29º43.57%52.75%-
HSV(B)154.29º56.15%73.33%-
XYZ26.1339.2931.8-
YUV150.47123.2179.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.95%
GREEN value IS 187 (73.44% from 255) = 45.50%
BLUE value IS 142 (55.86% from 255) = 34.55%
R=19.95%
G=45.50%
B=34.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821871420.5600.240.27154.2943.5752.75
Hex52BB8E380181B9a2c35
Octal12227321670030332325465
Binary101001010111011100011101110000110001101110011010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52bb8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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