Html Css Color HEX #52AC6D Ocean Green

📋 copy color: '#52AC6D'

red 82 ◦ green 172 ◦ blue 109

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

Shades of Ocean Green #52AC6D

Tints of Ocean Green #52AC6D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.38%

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 22.59%
G = 47.38%
B = 30.03%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#52AC6D (or 0x52AC6D) is known color: Ocean Green. HEX triplet: 52, AC and 6D. RGB value is (82,172,109). Sum of RGB (Red+Green+Blue) = 82+172+109=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AC6D is #AD5392. Grayscale: #8A8A8A. Windows color (decimal): -11359123 or 7187538. OLE color: 7187538.

HSL color Cylindrical-coordinate representation of color #52AC6D: hue angle of 138º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AC6D is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 172 109 -
CMYK 0.52 0 0.37 0.33
HSL 138º 0.35% 0.5% -
HSV(B) 138º 0.52% 0.67% -
XYZ 20.99 32.4 19.62 -
YUV 137.91 111.68 88.12 -
System Red Green Blue C M Y K H S L
Decimal 82 172 109 0.52 0 0.37 0.33 138 0.35 0.5
Hex 52 AC 6D 34 0 25 21 8A 23 32
Octal 122 254 155 64 0 45 41 212 43 62
Binary 1010010 10101100 1101101 110100 0 100101 100001 10001010 100011 110010

Color Harmonies of #52AC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AC6D

Black with #52AC6D

Text Example


Text Example

White with #52AC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,172,109); }

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

background-color css

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

 a { background-color: rgb(82,172,109); }

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

border-color css

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

 span { border-color: rgb(82,172,109); }

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