Html Css Color HEX #52B679 Ocean Green

📋 copy color: '#52B679'

red 82 ◦ green 182 ◦ blue 121

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

Shades of Ocean Green #52B679

Tints of Ocean Green #52B679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.43%

R = 21.3%
G = 47.27%
B = 31.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#52B679 (or 0x52B679) is known color: Ocean Green. HEX triplet: 52, B6 and 79. RGB value is (82,182,121). Sum of RGB (Red+Green+Blue) = 82+182+121=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #52B679 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B679 is #AD4986. Grayscale: #919191. Windows color (decimal): -11356551 or 7976530. OLE color: 7976530.

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

Color convert

RGB 82 182 121 -
CMYK 0.55 0 0.34 0.29
HSL 143.4º 0.41% 0.52% -
HSV(B) 143.4º 0.55% 0.71% -
XYZ 23.66 36.63 23.91 -
YUV 145.15 114.37 82.96 -
System Red Green Blue C M Y K H S L
Decimal 82 182 121 0.55 0 0.34 0.29 143.4 0.41 0.52
Hex 52 B6 79 37 0 22 1D 8F 29 34
Octal 122 266 171 67 0 42 35 217 51 64
Binary 1010010 10110110 1111001 110111 0 100010 11101 10001111 101001 110100

Color Harmonies of #52B679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B679

Black with #52B679

Text Example


Text Example

White with #52B679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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