Html Css Color HEX #52A080 Ocean Green

📋 copy color: '#52A080'

red 82 ◦ green 160 ◦ blue 128

#52A080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #52A080

Tints of Ocean Green #52A080

RGB

 RED value IS 82 (32.42% from 255) = 22.16%

 GREEN value IS 160 (62.89% from 255) = 43.24%

 BLUE value IS 128 (50.39% from 255) = 34.59%

R = 22.16%
G = 43.24%
B = 34.59%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#52A080 (or 0x52A080) is known color: Ocean Green. HEX triplet: 52, A0 and 80. RGB value is (82,160,128). Sum of RGB (Red+Green+Blue) = 82+160+128=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 160 - color contains mainly: green. Hex color #52A080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A080 is #AD5F7F. Grayscale: #858585. Windows color (decimal): -11362176 or 8429650. OLE color: 8429650.

HSL color Cylindrical-coordinate representation of color #52A080: hue angle of 155.38º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A080 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 160 128 -
CMYK 0.49 0 0.20 0.37
HSL 155.38º 0.32% 0.47% -
HSV(B) 155.38º 0.49% 0.63% -
XYZ 19.95 28.49 24.87 -
YUV 133.03 125.16 91.6 -
System Red Green Blue C M Y K H S L
Decimal 82 160 128 0.49 0 0.20 0.37 155.38 0.32 0.47
Hex 52 A0 80 31 0 14 25 9B 20 2F
Octal 122 240 200 61 0 24 45 233 40 57
Binary 1010010 10100000 10000000 110001 0 10100 100101 10011011 100000 101111

Color Harmonies of #52A080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A080

Black with #52A080

Text Example


Text Example

White with #52A080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,160,128); }

 H1.HeaderClassName
 {
   color: #52A080;
 }
 .AnyTagClassName
 {
   color: #52A080;
 }
</style>

background-color css

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

 a { background-color: rgb(82,160,128); }

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

border-color css

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

 span { border-color: rgb(82,160,128); }

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