Html Css Color HEX #52AC6A Ocean Green

📋 copy color: '#52AC6A'

red 82 ◦ green 172 ◦ blue 106

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

Shades of Ocean Green #52AC6A

Tints of Ocean Green #52AC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.44%

R = 22.78%
G = 47.78%
B = 29.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#52AC6A (or 0x52AC6A) is known color: Ocean Green. HEX triplet: 52, AC and 6A. RGB value is (82,172,106). Sum of RGB (Red+Green+Blue) = 82+172+106=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AC6A is #AD5395. Grayscale: #898989. Windows color (decimal): -11359126 or 6990930. OLE color: 6990930.

HSL color Cylindrical-coordinate representation of color #52AC6A: hue angle of 136º 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 #52AC6A is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 172 106 -
CMYK 0.52 0 0.38 0.33
HSL 136º 0.35% 0.5% -
HSV(B) 136º 0.52% 0.67% -
XYZ 20.83 32.34 18.78 -
YUV 137.57 110.18 88.37 -
System Red Green Blue C M Y K H S L
Decimal 82 172 106 0.52 0 0.38 0.33 136 0.35 0.5
Hex 52 AC 6A 34 0 26 21 88 23 32
Octal 122 254 152 64 0 46 41 210 43 62
Binary 1010010 10101100 1101010 110100 0 100110 100001 10001000 100011 110010

Color Harmonies of #52AC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AC6A

Black with #52AC6A

Text Example


Text Example

White with #52AC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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