#52B07D

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

Shades of Ocean Green #52B07D

Tints of Ocean Green #52B07D

Color information

#52B07D (or 0x52B07D) is unknown color: approx Ocean Green. HEX triplet: 52, B0 and 7D. RGB value is (82,176,125). Sum of RGB (Red+Green+Blue) = 82+176+125=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #52B07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B07D is #AD4F82. Grayscale: #8E8E8E. Windows color (decimal): -11358083 or 8237138. OLE color: 8237138.

HSL color Cylindrical-coordinate representation of color #52B07D: hue angle of 147.45º 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 #52B07D is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB82176125-
CMYK0.5300.290.31
HSL147.45º37.3%50.59%-
HSV(B)147.45º53.41%69.02%-
XYZ22.7134.3324.83-
YUV142.08118.3685.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.41%
GREEN value IS 176 (69.14% from 255) = 45.95%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=21.41%
G=45.95%
B=32.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821761250.5300.290.31147.4537.350.59
Hex52B07D3501D1F932533
Octal12226017565035372234563
Binary10100101011000011111011101010111011111110010011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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