#52B46F

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

Shades of Ocean Green #52B46F

Tints of Ocean Green #52B46F

Color information

#52B46F (or 0x52B46F) is unknown color: approx Ocean Green. HEX triplet: 52, B4 and 6F. RGB value is (82,180,111). Sum of RGB (Red+Green+Blue) = 82+180+111=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #52B46F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B46F is #AD4B90. Grayscale: #8F8F8F. Windows color (decimal): -11357073 or 7320658. OLE color: 7320658.

HSL color Cylindrical-coordinate representation of color #52B46F: hue angle of 137.76º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B46F is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB82180111-
CMYK0.5400.380.29
HSL137.76º39.52%51.37%-
HSV(B)137.76º54.44%70.59%-
XYZ22.6735.5820.71-
YUV142.83110.0384.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.98%
GREEN value IS 180 (70.70% from 255) = 48.26%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=21.98%
G=48.26%
B=29.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821801110.5400.380.29137.7639.5251.37
Hex52B46F360261D8a2833
Octal12226415766046352125063
Binary101001010110100110111111011001001101110110001010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,180,111); }

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

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

 a { background-color: rgb(82,180,111); }

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

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

 span { border-color: rgb(82,180,111); }

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