#50A67F

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

Shades of Ocean Green #50A67F

Tints of Ocean Green #50A67F

Color information

#50A67F (or 0x50A67F) is unknown color: approx Ocean Green. HEX triplet: 50, A6 and 7F. RGB value is (80,166,127). Sum of RGB (Red+Green+Blue) = 80+166+127=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #50A67F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A67F is #AF5980. Grayscale: #878787. Windows color (decimal): -11491713 or 8365648. OLE color: 8365648.

HSL color Cylindrical-coordinate representation of color #50A67F: hue angle of 152.79º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A67F is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB80166127-
CMYK0.5200.230.35
HSL152.79º34.96%48.24%-
HSV(B)152.79º51.81%65.1%-
XYZ20.7830.5124.87-
YUV135.84123.0188.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.45%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 127 (50% from 255) = 34.05%
R=21.45%
G=44.50%
B=34.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal801661270.5200.230.35152.7934.9648.24
Hex50A67F3401723992330
Octal12024617764027432314360
Binary101000010100110111111111010001011110001110011001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,166,127); }

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

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

 a { background-color: rgb(80,166,127); }

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

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

 span { border-color: rgb(80,166,127); }

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