#52A67D

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

Shades of Ocean Green #52A67D

Tints of Ocean Green #52A67D

Color information

#52A67D (or 0x52A67D) is unknown color: approx Ocean Green. HEX triplet: 52, A6 and 7D. RGB value is (82,166,125). Sum of RGB (Red+Green+Blue) = 82+166+125=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #52A67D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A67D is #AD5982. Grayscale: #888888. Windows color (decimal): -11360643 or 8234578. OLE color: 8234578.

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

Color convert

RGB82166125-
CMYK0.5100.250.35
HSL150.71º33.87%48.63%-
HSV(B)150.71º50.6%65.1%-
XYZ20.8230.5524.2-
YUV136.21121.6789.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.98%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 125 (49.22% from 255) = 33.51%
R=21.98%
G=44.50%
B=33.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821661250.5100.250.35150.7133.8748.63
Hex52A67D3301923972231
Octal12224617563031432274261
Binary101001010100110111110111001101100110001110010111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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