#52BF91

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

Shades of Keppel #52BF91

Tints of Keppel #52BF91

Color information

#52BF91 (or 0x52BF91) is unknown color: approx Keppel. HEX triplet: 52, BF and 91. RGB value is (82,191,145). Sum of RGB (Red+Green+Blue) = 82+191+145=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BF91 is #AD406E. Grayscale: #999999. Windows color (decimal): -11354223 or 9551698. OLE color: 9551698.

HSL color Cylindrical-coordinate representation of color #52BF91: hue angle of 154.68º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BF91 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB82191145-
CMYK0.5700.240.25
HSL154.68º45.99%53.53%-
HSV(B)154.68º57.07%74.9%-
XYZ27.2241.133.29-
YUV153.16123.3977.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.62%
GREEN value IS 191 (75% from 255) = 45.69%
BLUE value IS 145 (57.03% from 255) = 34.69%
R=19.62%
G=45.69%
B=34.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821911450.5700.240.25154.6845.9953.53
Hex52BF9139018199b2e36
Octal12227722171030312335666
Binary101001010111111100100011110010110001100110011011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,191,145); }

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

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

 a { background-color: rgb(82,191,145); }

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

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

 span { border-color: rgb(82,191,145); }

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