Html Css Color HEX #52B575 Ocean Green

📋 copy color: '#52B575'

red 82 ◦ green 181 ◦ blue 117

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

Shades of Ocean Green #52B575

Tints of Ocean Green #52B575

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.63%

 BLUE value IS 117 (46.09% from 255) = 30.79%

R = 21.58%
G = 47.63%
B = 30.79%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#52B575 (or 0x52B575) is known color: Ocean Green. HEX triplet: 52, B5 and 75. RGB value is (82,181,117). Sum of RGB (Red+Green+Blue) = 82+181+117=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #52B575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B575 is #AD4A8A. Grayscale: #909090. Windows color (decimal): -11356811 or 7714130. OLE color: 7714130.

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

Color convert

RGB 82 181 117 -
CMYK 0.55 0 0.35 0.29
HSL 141.21º 0.4% 0.52% -
HSV(B) 141.21º 0.55% 0.71% -
XYZ 23.21 36.13 22.58 -
YUV 144.1 112.7 83.7 -
System Red Green Blue C M Y K H S L
Decimal 82 181 117 0.55 0 0.35 0.29 141.21 0.4 0.52
Hex 52 B5 75 37 0 23 1D 8D 28 34
Octal 122 265 165 67 0 43 35 215 50 64
Binary 1010010 10110101 1110101 110111 0 100011 11101 10001101 101000 110100

Color Harmonies of #52B575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B575

Black with #52B575

Text Example


Text Example

White with #52B575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,181,117); }

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

background-color css

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

 a { background-color: rgb(82,181,117); }

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

border-color css

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

 span { border-color: rgb(82,181,117); }

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