Html Css Color HEX #52B673 Ocean Green

📋 copy color: '#52B673'

red 82 ◦ green 182 ◦ blue 115

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

Shades of Ocean Green #52B673

Tints of Ocean Green #52B673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.34%

R = 21.64%
G = 48.02%
B = 30.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#52B673 (or 0x52B673) is known color: Ocean Green. HEX triplet: 52, B6 and 73. RGB value is (82,182,115). Sum of RGB (Red+Green+Blue) = 82+182+115=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #52B673 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B673 is #AD498C. Grayscale: #909090. Windows color (decimal): -11356557 or 7583314. OLE color: 7583314.

HSL color Cylindrical-coordinate representation of color #52B673: hue angle of 139.8º 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 #52B673 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 182 115 -
CMYK 0.55 0 0.37 0.29
HSL 139.8º 0.41% 0.52% -
HSV(B) 139.8º 0.55% 0.71% -
XYZ 23.3 36.49 22.03 -
YUV 144.46 111.37 83.45 -
System Red Green Blue C M Y K H S L
Decimal 82 182 115 0.55 0 0.37 0.29 139.8 0.41 0.52
Hex 52 B6 73 37 0 25 1D 8C 29 34
Octal 122 266 163 67 0 45 35 214 51 64
Binary 1010010 10110110 1110011 110111 0 100101 11101 10001100 101001 110100

Color Harmonies of #52B673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B673

Black with #52B673

Text Example


Text Example

White with #52B673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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