Html Css Color HEX #50A27A Ocean Green

📋 copy color: '#50A27A'

red 80 ◦ green 162 ◦ blue 122

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

Shades of Ocean Green #50A27A

Tints of Ocean Green #50A27A

RGB

 RED value IS 80 (31.64% from 255) = 21.98%

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

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

R = 21.98%
G = 44.51%
B = 33.52%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#50A27A (or 0x50A27A) is known color: Ocean Green. HEX triplet: 50, A2 and 7A. RGB value is (80,162,122). Sum of RGB (Red+Green+Blue) = 80+162+122=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 162 - color contains mainly: green. Hex color #50A27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A27A is #AF5D85. Grayscale: #858585. Windows color (decimal): -11492742 or 8036944. OLE color: 8036944.

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

Color convert

RGB 80 162 122 -
CMYK 0.51 0 0.25 0.36
HSL 150.73º 0.34% 0.47% -
HSV(B) 150.73º 0.51% 0.64% -
XYZ 19.74 28.95 22.96 -
YUV 132.92 121.83 90.25 -
System Red Green Blue C M Y K H S L
Decimal 80 162 122 0.51 0 0.25 0.36 150.73 0.34 0.47
Hex 50 A2 7A 33 0 19 24 97 22 2F
Octal 120 242 172 63 0 31 44 227 42 57
Binary 1010000 10100010 1111010 110011 0 11001 100100 10010111 100010 101111

Color Harmonies of #50A27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A27A

Black with #50A27A

Text Example


Text Example

White with #50A27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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