#50A27B

Color #50A27B Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #50A27B

Tints of Ocean Green #50A27B

Color information

#50A27B (or 0x50A27B) is unknown color: approx Ocean Green. HEX triplet: 50, A2 and 7B. RGB value is (80,162,123). Sum of RGB (Red+Green+Blue) = 80+162+123=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #50A27B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A27B is #AF5D84. Grayscale: #858585. Windows color (decimal): -11492741 or 8102480. OLE color: 8102480.

HSL color Cylindrical-coordinate representation of color #50A27B: hue angle of 151.46º 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 #50A27B is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB80162123-
CMYK0.5100.240.36
HSL151.46º33.88%47.45%-
HSV(B)151.46º50.62%63.53%-
XYZ19.828.9823.29-
YUV133.04122.3390.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 162 (63.67% from 255) = 44.38%
BLUE value IS 123 (48.44% from 255) = 33.70%
R=21.92%
G=44.38%
B=33.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal801621230.5100.240.36151.4633.8847.45
Hex50A27B330182497222f
Octal12024217363030442274257
Binary101000010100010111101111001101100010010010010111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50A27B;
 }
 .AnyTagClassName
 {
   color: #50A27B;
 }
</style>
background-color css

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

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

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

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

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

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