Html Css Color HEX #52B674 Ocean Green

📋 copy color: '#52B674'

red 82 ◦ green 182 ◦ blue 116

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

Shades of Ocean Green #52B674

Tints of Ocean Green #52B674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 21.58%
G = 47.89%
B = 30.53%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#52B674 (or 0x52B674) is known color: Ocean Green. HEX triplet: 52, B6 and 74. RGB value is (82,182,116). Sum of RGB (Red+Green+Blue) = 82+182+116=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #52B674 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B674 is #AD498B. Grayscale: #909090. Windows color (decimal): -11356556 or 7648850. OLE color: 7648850.

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

Color convert

RGB 82 182 116 -
CMYK 0.55 0 0.36 0.29
HSL 140.4º 0.41% 0.52% -
HSV(B) 140.4º 0.55% 0.71% -
XYZ 23.36 36.51 22.34 -
YUV 144.58 111.87 83.37 -
System Red Green Blue C M Y K H S L
Decimal 82 182 116 0.55 0 0.36 0.29 140.4 0.41 0.52
Hex 52 B6 74 37 0 24 1D 8C 29 34
Octal 122 266 164 67 0 44 35 214 51 64
Binary 1010010 10110110 1110100 110111 0 100100 11101 10001100 101001 110100

Color Harmonies of #52B674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B674

Black with #52B674

Text Example


Text Example

White with #52B674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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