#52B068

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

Shades of Ocean Green #52B068

Tints of Ocean Green #52B068

Color information

#52B068 (or 0x52B068) is unknown color: approx Ocean Green. HEX triplet: 52, B0 and 68. RGB value is (82,176,104). Sum of RGB (Red+Green+Blue) = 82+176+104=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 176 - color contains mainly: green. Hex color #52B068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B068 is #AD4F97. Grayscale: #8B8B8B. Windows color (decimal): -11358104 or 6860882. OLE color: 6860882.

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

Color convert

RGB82176104-
CMYK0.5300.410.31
HSL134.04º37.3%50.59%-
HSV(B)134.04º53.41%69.02%-
XYZ21.533.8418.5-
YUV139.69107.8686.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.65%
GREEN value IS 176 (69.14% from 255) = 48.62%
BLUE value IS 104 (41.02% from 255) = 28.73%
R=22.65%
G=48.62%
B=28.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821761040.5300.410.31134.0437.350.59
Hex52B068350291F862533
Octal12226015065051372064563
Binary101001010110000110100011010101010011111110000110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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