Html Css Color HEX #52AC83 Ocean Green

📋 copy color: '#52AC83'

red 82 ◦ green 172 ◦ blue 131

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

Shades of Ocean Green #52AC83

Tints of Ocean Green #52AC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.03%

R = 21.3%
G = 44.68%
B = 34.03%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#52AC83 (or 0x52AC83) is known color: Ocean Green. HEX triplet: 52, AC and 83. RGB value is (82,172,131). Sum of RGB (Red+Green+Blue) = 82+172+131=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AC83 is #AD537C. Grayscale: #8C8C8C. Windows color (decimal): -11359101 or 8629330. OLE color: 8629330.

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

Color convert

RGB 82 172 131 -
CMYK 0.52 0 0.24 0.33
HSL 152.67º 0.35% 0.5% -
HSV(B) 152.67º 0.52% 0.67% -
XYZ 22.33 32.94 26.65 -
YUV 140.42 122.68 86.33 -
System Red Green Blue C M Y K H S L
Decimal 82 172 131 0.52 0 0.24 0.33 152.67 0.35 0.5
Hex 52 AC 83 34 0 18 21 99 23 32
Octal 122 254 203 64 0 30 41 231 43 62
Binary 1010010 10101100 10000011 110100 0 11000 100001 10011001 100011 110010

Color Harmonies of #52AC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AC83

Black with #52AC83

Text Example


Text Example

White with #52AC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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