#52A87F

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

Shades of Ocean Green #52A87F

Tints of Ocean Green #52A87F

Color information

#52A87F (or 0x52A87F) is unknown color: approx Ocean Green. HEX triplet: 52, A8 and 7F. RGB value is (82,168,127). Sum of RGB (Red+Green+Blue) = 82+168+127=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #52A87F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A87F is #AD5780. Grayscale: #898989. Windows color (decimal): -11360129 or 8366162. OLE color: 8366162.

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

Color convert

RGB82168127-
CMYK0.5100.240.34
HSL151.4º34.4%49.02%-
HSV(B)151.4º51.19%65.88%-
XYZ21.3131.3325-
YUV137.61122.0188.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.75%
GREEN value IS 168 (66.02% from 255) = 44.56%
BLUE value IS 127 (50% from 255) = 33.69%
R=21.75%
G=44.56%
B=33.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal821681270.5100.240.34151.434.449.02
Hex52A87F3301822972231
Octal12225017763030422274261
Binary101001010101000111111111001101100010001010010111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,168,127); }

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

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

 a { background-color: rgb(82,168,127); }

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

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

 span { border-color: rgb(82,168,127); }

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