Html Css Color HEX #52B483 Ocean Green

📋 copy color: '#52B483'

red 82 ◦ green 180 ◦ blue 131

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

Shades of Ocean Green #52B483

Tints of Ocean Green #52B483

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.8%

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

R = 20.87%
G = 45.8%
B = 33.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#52B483 (or 0x52B483) is known color: Ocean Green. HEX triplet: 52, B4 and 83. RGB value is (82,180,131). Sum of RGB (Red+Green+Blue) = 82+180+131=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #52B483 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B483 is #AD4B7C. Grayscale: #919191. Windows color (decimal): -11357053 or 8631378. OLE color: 8631378.

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

Color convert

RGB 82 180 131 -
CMYK 0.54 0 0.27 0.29
HSL 150º 0.4% 0.51% -
HSV(B) 150º 0.54% 0.71% -
XYZ 23.9 36.08 27.18 -
YUV 145.11 120.03 82.98 -
System Red Green Blue C M Y K H S L
Decimal 82 180 131 0.54 0 0.27 0.29 150 0.4 0.51
Hex 52 B4 83 36 0 1B 1D 96 28 33
Octal 122 264 203 66 0 33 35 226 50 63
Binary 1010010 10110100 10000011 110110 0 11011 11101 10010110 101000 110011

Color Harmonies of #52B483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B483

Black with #52B483

Text Example


Text Example

White with #52B483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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