Html Css Color HEX #52A875 Ocean Green

📋 copy color: '#52A875'

red 82 ◦ green 168 ◦ blue 117

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

Shades of Ocean Green #52A875

Tints of Ocean Green #52A875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.88%

R = 22.34%
G = 45.78%
B = 31.88%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#52A875 (or 0x52A875) is known color: Ocean Green. HEX triplet: 52, A8 and 75. RGB value is (82,168,117). Sum of RGB (Red+Green+Blue) = 82+168+117=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 168 - color contains mainly: green. Hex color #52A875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A875 is #AD578A. Grayscale: #888888. Windows color (decimal): -11360139 or 7710802. OLE color: 7710802.

HSL color Cylindrical-coordinate representation of color #52A875: hue angle of 144.42º 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 #52A875 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 82 168 117 -
CMYK 0.51 0 0.30 0.34
HSL 144.42º 0.34% 0.49% -
HSV(B) 144.42º 0.51% 0.66% -
XYZ 20.69 31.08 21.74 -
YUV 136.47 117.01 89.15 -
System Red Green Blue C M Y K H S L
Decimal 82 168 117 0.51 0 0.30 0.34 144.42 0.34 0.49
Hex 52 A8 75 33 0 1E 22 90 22 31
Octal 122 250 165 63 0 36 42 220 42 61
Binary 1010010 10101000 1110101 110011 0 11110 100010 10010000 100010 110001

Color Harmonies of #52A875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A875

Black with #52A875

Text Example


Text Example

White with #52A875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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