Html Css Color HEX #52AA7E Ocean Green

📋 copy color: '#52AA7E'

red 82 ◦ green 170 ◦ blue 126

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

Shades of Ocean Green #52AA7E

Tints of Ocean Green #52AA7E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.97%

 BLUE value IS 126 (49.61% from 255) = 33.33%

R = 21.69%
G = 44.97%
B = 33.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#52AA7E (or 0x52AA7E) is known color: Ocean Green. HEX triplet: 52, AA and 7E. RGB value is (82,170,126). Sum of RGB (Red+Green+Blue) = 82+170+126=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AA7E is #AD5581. Grayscale: #8A8A8A. Windows color (decimal): -11359618 or 8301138. OLE color: 8301138.

HSL color Cylindrical-coordinate representation of color #52AA7E: hue angle of 150º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AA7E is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 170 126 -
CMYK 0.52 0 0.26 0.33
HSL 150º 0.35% 0.49% -
HSV(B) 150º 0.52% 0.67% -
XYZ 21.62 32.05 24.79 -
YUV 138.67 120.85 87.58 -
System Red Green Blue C M Y K H S L
Decimal 82 170 126 0.52 0 0.26 0.33 150 0.35 0.49
Hex 52 AA 7E 34 0 1A 21 96 23 31
Octal 122 252 176 64 0 32 41 226 43 61
Binary 1010010 10101010 1111110 110100 0 11010 100001 10010110 100011 110001

Color Harmonies of #52AA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA7E

Black with #52AA7E

Text Example


Text Example

White with #52AA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,170,126); }

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

background-color css

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

 a { background-color: rgb(82,170,126); }

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

border-color css

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

 span { border-color: rgb(82,170,126); }

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