Html Css Color HEX #52A585 Ocean Green

📋 copy color: '#52A585'

red 82 ◦ green 165 ◦ blue 133

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

Shades of Ocean Green #52A585

Tints of Ocean Green #52A585

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.42%

 BLUE value IS 133 (52.34% from 255) = 35%

R = 21.58%
G = 43.42%
B = 35%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#52A585 (or 0x52A585) is known color: Ocean Green. HEX triplet: 52, A5 and 85. RGB value is (82,165,133). Sum of RGB (Red+Green+Blue) = 82+165+133=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 165 - color contains mainly: green. Hex color #52A585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A585 is #AD5A7A. Grayscale: #888888. Windows color (decimal): -11360891 or 8758610. OLE color: 8758610.

HSL color Cylindrical-coordinate representation of color #52A585: hue angle of 156.87º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A585 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 165 133 -
CMYK 0.50 0 0.19 0.35
HSL 156.87º 0.34% 0.48% -
HSV(B) 156.87º 0.5% 0.65% -
XYZ 21.17 30.4 26.94 -
YUV 136.54 126 89.1 -
System Red Green Blue C M Y K H S L
Decimal 82 165 133 0.50 0 0.19 0.35 156.87 0.34 0.48
Hex 52 A5 85 32 0 13 23 9D 22 30
Octal 122 245 205 62 0 23 43 235 42 60
Binary 1010010 10100101 10000101 110010 0 10011 100011 10011101 100010 110000

Color Harmonies of #52A585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A585

Black with #52A585

Text Example


Text Example

White with #52A585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,165,133); }

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

background-color css

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

 a { background-color: rgb(82,165,133); }

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

border-color css

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

 span { border-color: rgb(82,165,133); }

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