Html Css Color HEX #52AC85 Ocean Green

📋 copy color: '#52AC85'

red 82 ◦ green 172 ◦ blue 133

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

Shades of Ocean Green #52AC85

Tints of Ocean Green #52AC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.37%

R = 21.19%
G = 44.44%
B = 34.37%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#52AC85 (or 0x52AC85) is known color: Ocean Green. HEX triplet: 52, AC and 85. RGB value is (82,172,133). Sum of RGB (Red+Green+Blue) = 82+172+133=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AC85 is #AD537A. Grayscale: #8C8C8C. Windows color (decimal): -11359099 or 8760402. OLE color: 8760402.

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

Color convert

RGB 82 172 133 -
CMYK 0.52 0 0.23 0.33
HSL 154º 0.35% 0.5% -
HSV(B) 154º 0.52% 0.67% -
XYZ 22.47 32.99 27.37 -
YUV 140.64 123.68 86.17 -
System Red Green Blue C M Y K H S L
Decimal 82 172 133 0.52 0 0.23 0.33 154 0.35 0.5
Hex 52 AC 85 34 0 17 21 9A 23 32
Octal 122 254 205 64 0 27 41 232 43 62
Binary 1010010 10101100 10000101 110100 0 10111 100001 10011010 100011 110010

Color Harmonies of #52AC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AC85

Black with #52AC85

Text Example


Text Example

White with #52AC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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