#52A47D

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

Shades of Ocean Green #52A47D

Tints of Ocean Green #52A47D

Color information

#52A47D (or 0x52A47D) is unknown color: approx Ocean Green. HEX triplet: 52, A4 and 7D. RGB value is (82,164,125). Sum of RGB (Red+Green+Blue) = 82+164+125=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #52A47D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A47D is #AD5B82. Grayscale: #878787. Windows color (decimal): -11361155 or 8234066. OLE color: 8234066.

HSL color Cylindrical-coordinate representation of color #52A47D: hue angle of 151.46º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A47D is Cyan = 0.5, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB82164125-
CMYK0.500.240.36
HSL151.46º33.33%48.24%-
HSV(B)151.46º50%64.31%-
XYZ20.4629.8324.08-
YUV135.04122.3390.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 164 (64.45% from 255) = 44.20%
BLUE value IS 125 (49.22% from 255) = 33.69%
R=22.10%
G=44.20%
B=33.69%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821641250.500.240.36151.4633.3348.24
Hex52A47D3201824972130
Octal12224417562030442274160
Binary101001010100100111110111001001100010010010010111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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