Html Css Color HEX #52A27A Ocean Green

📋 copy color: '#52A27A'

red 82 ◦ green 162 ◦ blue 122

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

Shades of Ocean Green #52A27A

Tints of Ocean Green #52A27A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.26%

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

R = 22.4%
G = 44.26%
B = 33.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#52A27A (or 0x52A27A) is known color: Ocean Green. HEX triplet: 52, A2 and 7A. RGB value is (82,162,122). Sum of RGB (Red+Green+Blue) = 82+162+122=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #52A27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A27A is #AD5D85. Grayscale: #858585. Windows color (decimal): -11361670 or 8036946. OLE color: 8036946.

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

Color convert

RGB 82 162 122 -
CMYK 0.49 0 0.25 0.36
HSL 150º 0.33% 0.48% -
HSV(B) 150º 0.49% 0.64% -
XYZ 19.91 29.04 22.97 -
YUV 133.52 121.5 91.25 -
System Red Green Blue C M Y K H S L
Decimal 82 162 122 0.49 0 0.25 0.36 150 0.33 0.48
Hex 52 A2 7A 31 0 19 24 96 21 30
Octal 122 242 172 61 0 31 44 226 41 60
Binary 1010010 10100010 1111010 110001 0 11001 100100 10010110 100001 110000

Color Harmonies of #52A27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A27A

Black with #52A27A

Text Example


Text Example

White with #52A27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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