#52B67D

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

Shades of Ocean Green #52B67D

Tints of Ocean Green #52B67D

Color information

#52B67D (or 0x52B67D) is unknown color: approx Ocean Green. HEX triplet: 52, B6 and 7D. RGB value is (82,182,125). Sum of RGB (Red+Green+Blue) = 82+182+125=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 182 - color contains mainly: green. Hex color #52B67D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B67D is #AD4982. Grayscale: #919191. Windows color (decimal): -11356547 or 8238674. OLE color: 8238674.

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

Color convert

RGB82182125-
CMYK0.5500.310.29
HSL145.8º40.65%51.76%-
HSV(B)145.8º54.95%71.37%-
XYZ23.9136.7325.23-
YUV145.6116.3782.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.08%
GREEN value IS 182 (71.48% from 255) = 46.79%
BLUE value IS 125 (49.22% from 255) = 32.13%
R=21.08%
G=46.79%
B=32.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821821250.5500.310.29145.840.6551.76
Hex52B67D3701F1D922934
Octal12226617567037352225164
Binary10100101011011011111011101110111111110110010010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,182,125); }

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

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

 a { background-color: rgb(82,182,125); }

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

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

 span { border-color: rgb(82,182,125); }

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