Html Css Color HEX #52A684 Ocean Green

📋 copy color: '#52A684'

red 82 ◦ green 166 ◦ blue 132

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

Shades of Ocean Green #52A684

Tints of Ocean Green #52A684

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.68%

 BLUE value IS 132 (51.95% from 255) = 34.74%

R = 21.58%
G = 43.68%
B = 34.74%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#52A684 (or 0x52A684) is known color: Ocean Green. HEX triplet: 52, A6 and 84. RGB value is (82,166,132). Sum of RGB (Red+Green+Blue) = 82+166+132=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 166 - color contains mainly: green. Hex color #52A684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A684 is #AD597B. Grayscale: #898989. Windows color (decimal): -11360636 or 8693330. OLE color: 8693330.

HSL color Cylindrical-coordinate representation of color #52A684: hue angle of 155.71º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A684 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 166 132 -
CMYK 0.51 0 0.20 0.35
HSL 155.71º 0.34% 0.49% -
HSV(B) 155.71º 0.51% 0.65% -
XYZ 21.28 30.73 26.64 -
YUV 137.01 125.17 88.76 -
System Red Green Blue C M Y K H S L
Decimal 82 166 132 0.51 0 0.20 0.35 155.71 0.34 0.49
Hex 52 A6 84 33 0 14 23 9C 22 31
Octal 122 246 204 63 0 24 43 234 42 61
Binary 1010010 10100110 10000100 110011 0 10100 100011 10011100 100010 110001

Color Harmonies of #52A684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A684

Black with #52A684

Text Example


Text Example

White with #52A684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,166,132); }

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

background-color css

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

 a { background-color: rgb(82,166,132); }

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

border-color css

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

 span { border-color: rgb(82,166,132); }

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