#52B06E

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

Shades of Ocean Green #52B06E

Tints of Ocean Green #52B06E

Color information

#52B06E (or 0x52B06E) is unknown color: approx Ocean Green. HEX triplet: 52, B0 and 6E. RGB value is (82,176,110). Sum of RGB (Red+Green+Blue) = 82+176+110=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 176 - color contains mainly: green. Hex color #52B06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B06E is #AD4F91. Grayscale: #8C8C8C. Windows color (decimal): -11358098 or 7254098. OLE color: 7254098.

HSL color Cylindrical-coordinate representation of color #52B06E: hue angle of 137.87º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52B06E is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB82176110-
CMYK0.5300.370.31
HSL137.87º37.3%50.59%-
HSV(B)137.87º53.41%69.02%-
XYZ21.8233.9720.16-
YUV140.37110.8686.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.28%
GREEN value IS 176 (69.14% from 255) = 47.83%
BLUE value IS 110 (43.36% from 255) = 29.89%
R=22.28%
G=47.83%
B=29.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821761100.5300.370.31137.8737.350.59
Hex52B06E350251F8a2533
Octal12226015665045372124563
Binary101001010110000110111011010101001011111110001010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,176,110); }

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

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

 a { background-color: rgb(82,176,110); }

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

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

 span { border-color: rgb(82,176,110); }

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