Html Css Color HEX #52B281 Ocean Green

📋 copy color: '#52B281'

red 82 ◦ green 178 ◦ blue 129

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

Shades of Ocean Green #52B281

Tints of Ocean Green #52B281

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.76%

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

R = 21.08%
G = 45.76%
B = 33.16%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#52B281 (or 0x52B281) is known color: Ocean Green. HEX triplet: 52, B2 and 81. RGB value is (82,178,129). Sum of RGB (Red+Green+Blue) = 82+178+129=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #52B281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B281 is #AD4D7E. Grayscale: #8F8F8F. Windows color (decimal): -11357567 or 8499794. OLE color: 8499794.

HSL color Cylindrical-coordinate representation of color #52B281: hue angle of 149.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B281 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 178 129 -
CMYK 0.54 0 0.28 0.30
HSL 149.38º 0.38% 0.51% -
HSV(B) 149.38º 0.54% 0.7% -
XYZ 23.36 35.22 26.34 -
YUV 143.71 119.7 83.98 -
System Red Green Blue C M Y K H S L
Decimal 82 178 129 0.54 0 0.28 0.30 149.38 0.38 0.51
Hex 52 B2 81 36 0 1C 1E 95 26 33
Octal 122 262 201 66 0 34 36 225 46 63
Binary 1010010 10110010 10000001 110110 0 11100 11110 10010101 100110 110011

Color Harmonies of #52B281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B281

Black with #52B281

Text Example


Text Example

White with #52B281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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