#52B795

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

Shades of Keppel #52B795

Tints of Keppel #52B795

Color information

#52B795 (or 0x52B795) is unknown color: approx Keppel. HEX triplet: 52, B7 and 95. RGB value is (82,183,149). Sum of RGB (Red+Green+Blue) = 82+183+149=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 183 - color contains mainly: green. Hex color #52B795 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B795 is #AD486A. Grayscale: #949494. Windows color (decimal): -11356267 or 9811794. OLE color: 9811794.

HSL color Cylindrical-coordinate representation of color #52B795: hue angle of 159.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B795 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB82183149-
CMYK0.5500.190.28
HSL159.8º41.22%51.96%-
HSV(B)159.8º55.19%71.76%-
XYZ25.8437.8334.37-
YUV148.92128.0480.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.81%
GREEN value IS 183 (71.88% from 255) = 44.20%
BLUE value IS 149 (58.59% from 255) = 35.99%
R=19.81%
G=44.20%
B=35.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal821831490.5500.190.28159.841.2251.96
Hex52B795370131Ca02934
Octal12226722567023342405164
Binary101001010110111100101011101110100111110010100000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,183,149); }

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

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

 a { background-color: rgb(82,183,149); }

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

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

 span { border-color: rgb(82,183,149); }

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