Html Css Color HEX #52A880 Ocean Green

📋 copy color: '#52A880'

red 82 ◦ green 168 ◦ blue 128

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

Shades of Ocean Green #52A880

Tints of Ocean Green #52A880

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.44%

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

R = 21.69%
G = 44.44%
B = 33.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#52A880 (or 0x52A880) is known color: Ocean Green. HEX triplet: 52, A8 and 80. RGB value is (82,168,128). Sum of RGB (Red+Green+Blue) = 82+168+128=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 168 - color contains mainly: green. Hex color #52A880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A880 is #AD577F. Grayscale: #898989. Windows color (decimal): -11360128 or 8431698. OLE color: 8431698.

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

Color convert

RGB 82 168 128 -
CMYK 0.51 0 0.24 0.34
HSL 152.09º 0.34% 0.49% -
HSV(B) 152.09º 0.51% 0.66% -
XYZ 21.38 31.36 25.35 -
YUV 137.73 122.51 88.25 -
System Red Green Blue C M Y K H S L
Decimal 82 168 128 0.51 0 0.24 0.34 152.09 0.34 0.49
Hex 52 A8 80 33 0 18 22 98 22 31
Octal 122 250 200 63 0 30 42 230 42 61
Binary 1010010 10101000 10000000 110011 0 11000 100010 10011000 100010 110001

Color Harmonies of #52A880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A880

Black with #52A880

Text Example


Text Example

White with #52A880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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