Html Css Color HEX #52B081 Ocean Green

📋 copy color: '#52B081'

red 82 ◦ green 176 ◦ blue 129

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

Shades of Ocean Green #52B081

Tints of Ocean Green #52B081

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.48%

 BLUE value IS 129 (50.78% from 255) = 33.33%

R = 21.19%
G = 45.48%
B = 33.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#52B081 (or 0x52B081) is known color: Ocean Green. HEX triplet: 52, B0 and 81. RGB value is (82,176,129). Sum of RGB (Red+Green+Blue) = 82+176+129=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #52B081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B081 is #AD4F7E. Grayscale: #8E8E8E. Windows color (decimal): -11358079 or 8499282. OLE color: 8499282.

HSL color Cylindrical-coordinate representation of color #52B081: hue angle of 150º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52B081 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 176 129 -
CMYK 0.53 0 0.27 0.31
HSL 150º 0.37% 0.51% -
HSV(B) 150º 0.53% 0.69% -
XYZ 22.97 34.43 26.2 -
YUV 142.54 120.36 84.82 -
System Red Green Blue C M Y K H S L
Decimal 82 176 129 0.53 0 0.27 0.31 150 0.37 0.51
Hex 52 B0 81 35 0 1B 1F 96 25 33
Octal 122 260 201 65 0 33 37 226 45 63
Binary 1010010 10110000 10000001 110101 0 11011 11111 10010110 100101 110011

Color Harmonies of #52B081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B081

Black with #52B081

Text Example


Text Example

White with #52B081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,176,129); }

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

background-color css

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

 a { background-color: rgb(82,176,129); }

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

border-color css

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

 span { border-color: rgb(82,176,129); }

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