Html Css Color HEX #52B683 Ocean Green

📋 copy color: '#52B683'

red 82 ◦ green 182 ◦ blue 131

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

Shades of Ocean Green #52B683

Tints of Ocean Green #52B683

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.08%

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

R = 20.76%
G = 46.08%
B = 33.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#52B683 (or 0x52B683) is known color: Ocean Green. HEX triplet: 52, B6 and 83. RGB value is (82,182,131). Sum of RGB (Red+Green+Blue) = 82+182+131=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #52B683 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B683 is #AD497C. Grayscale: #929292. Windows color (decimal): -11356541 or 8631890. OLE color: 8631890.

HSL color Cylindrical-coordinate representation of color #52B683: hue angle of 149.4º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B683 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 182 131 -
CMYK 0.55 0 0.28 0.29
HSL 149.4º 0.41% 0.52% -
HSV(B) 149.4º 0.55% 0.71% -
XYZ 24.3 36.89 27.31 -
YUV 146.29 119.37 82.15 -
System Red Green Blue C M Y K H S L
Decimal 82 182 131 0.55 0 0.28 0.29 149.4 0.41 0.52
Hex 52 B6 83 37 0 1C 1D 95 29 34
Octal 122 266 203 67 0 34 35 225 51 64
Binary 1010010 10110110 10000011 110111 0 11100 11101 10010101 101001 110100

Color Harmonies of #52B683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B683

Black with #52B683

Text Example


Text Example

White with #52B683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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