Html Css Color HEX #52A37E Ocean Green

📋 copy color: '#52A37E'

red 82 ◦ green 163 ◦ blue 126

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

Shades of Ocean Green #52A37E

Tints of Ocean Green #52A37E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.94%

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

R = 22.1%
G = 43.94%
B = 33.96%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#52A37E (or 0x52A37E) is known color: Ocean Green. HEX triplet: 52, A3 and 7E. RGB value is (82,163,126). Sum of RGB (Red+Green+Blue) = 82+163+126=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #52A37E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A37E is #AD5C81. Grayscale: #868686. Windows color (decimal): -11361410 or 8299346. OLE color: 8299346.

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

Color convert

RGB 82 163 126 -
CMYK 0.50 0 0.23 0.36
HSL 152.59º 0.33% 0.48% -
HSV(B) 152.59º 0.5% 0.64% -
XYZ 20.34 29.49 24.36 -
YUV 134.56 123.16 90.51 -
System Red Green Blue C M Y K H S L
Decimal 82 163 126 0.50 0 0.23 0.36 152.59 0.33 0.48
Hex 52 A3 7E 32 0 17 24 99 21 30
Octal 122 243 176 62 0 27 44 231 41 60
Binary 1010010 10100011 1111110 110010 0 10111 100100 10011001 100001 110000

Color Harmonies of #52A37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A37E

Black with #52A37E

Text Example


Text Example

White with #52A37E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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