Html Css Color HEX #52AB7A Ocean Green

📋 copy color: '#52AB7A'

red 82 ◦ green 171 ◦ blue 122

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

Shades of Ocean Green #52AB7A

Tints of Ocean Green #52AB7A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.6%

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 21.87%
G = 45.6%
B = 32.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#52AB7A (or 0x52AB7A) is known color: Ocean Green. HEX triplet: 52, AB and 7A. RGB value is (82,171,122). Sum of RGB (Red+Green+Blue) = 82+171+122=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AB7A is #AD5485. Grayscale: #8A8A8A. Windows color (decimal): -11359366 or 8039250. OLE color: 8039250.

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

Color convert

RGB 82 171 122 -
CMYK 0.52 0 0.29 0.33
HSL 146.97º 0.35% 0.5% -
HSV(B) 146.97º 0.52% 0.67% -
XYZ 21.56 32.32 23.52 -
YUV 138.8 118.51 87.48 -
System Red Green Blue C M Y K H S L
Decimal 82 171 122 0.52 0 0.29 0.33 146.97 0.35 0.5
Hex 52 AB 7A 34 0 1D 21 93 23 32
Octal 122 253 172 64 0 35 41 223 43 62
Binary 1010010 10101011 1111010 110100 0 11101 100001 10010011 100011 110010

Color Harmonies of #52AB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AB7A

Black with #52AB7A

Text Example


Text Example

White with #52AB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,171,122); }

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

background-color css

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

 a { background-color: rgb(82,171,122); }

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

border-color css

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

 span { border-color: rgb(82,171,122); }

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