#52B170

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

Shades of Ocean Green #52B170

Tints of Ocean Green #52B170

Color information

#52B170 (or 0x52B170) is unknown color: approx Ocean Green. HEX triplet: 52, B1 and 70. RGB value is (82,177,112). Sum of RGB (Red+Green+Blue) = 82+177+112=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #52B170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B170 is #AD4E8F. Grayscale: #8D8D8D. Windows color (decimal): -11357840 or 7385426. OLE color: 7385426.

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

Color convert

RGB82177112-
CMYK0.5400.370.31
HSL138.95º37.85%50.78%-
HSV(B)138.95º53.67%69.41%-
XYZ22.1334.4120.8-
YUV141.18111.5385.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 177 (69.53% from 255) = 47.71%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=22.10%
G=47.71%
B=30.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821771120.5400.370.31138.9537.8550.78
Hex52B170360251F8b2633
Octal12226116066045372134663
Binary101001010110001111000011011001001011111110001011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,177,112); }

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

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

 a { background-color: rgb(82,177,112); }

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

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

 span { border-color: rgb(82,177,112); }

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