Html Css Color HEX #52A27E Ocean Green

📋 copy color: '#52A27E'

red 82 ◦ green 162 ◦ blue 126

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

Shades of Ocean Green #52A27E

Tints of Ocean Green #52A27E

RGB

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

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

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

R = 22.16%
G = 43.78%
B = 34.05%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#52A27E (or 0x52A27E) is known color: Ocean Green. HEX triplet: 52, A2 and 7E. RGB value is (82,162,126). Sum of RGB (Red+Green+Blue) = 82+162+126=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #52A27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A27E is #AD5D81. Grayscale: #868686. Windows color (decimal): -11361666 or 8299090. OLE color: 8299090.

HSL color Cylindrical-coordinate representation of color #52A27E: hue angle of 153º 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 #52A27E is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 162 126 -
CMYK 0.49 0 0.22 0.36
HSL 153º 0.33% 0.48% -
HSV(B) 153º 0.49% 0.64% -
XYZ 20.17 29.14 24.3 -
YUV 133.98 123.5 90.93 -
System Red Green Blue C M Y K H S L
Decimal 82 162 126 0.49 0 0.22 0.36 153 0.33 0.48
Hex 52 A2 7E 31 0 16 24 99 21 30
Octal 122 242 176 61 0 26 44 231 41 60
Binary 1010010 10100010 1111110 110001 0 10110 100100 10011001 100001 110000

Color Harmonies of #52A27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A27E

Black with #52A27E

Text Example


Text Example

White with #52A27E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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