#50926E

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

Shades of Ocean Green #50926E

Tints of Ocean Green #50926E

Color information

#50926E (or 0x50926E) is unknown color: approx Ocean Green. HEX triplet: 50, 92 and 6E. RGB value is (80,146,110). Sum of RGB (Red+Green+Blue) = 80+146+110=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #50926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50926E is #AF6D91. Grayscale: #7A7A7A. Windows color (decimal): -11496850 or 7246416. OLE color: 7246416.

HSL color Cylindrical-coordinate representation of color #50926E: hue angle of 147.27º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50926E is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB80146110-
CMYK0.4500.250.43
HSL147.27º29.2%44.31%-
HSV(B)147.27º45.21%57.25%-
XYZ16.423.3918.4-
YUV122.16121.1397.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 146 (57.42% from 255) = 43.45%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=23.81%
G=43.45%
B=32.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801461100.4500.250.43147.2729.244.31
Hex50926E2D0192B931d2c
Octal12022215655031532233554
Binary10100001001001011011101011010110011010111001001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50926E; }

 p { color: rgb(80,146,110); }

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

<style>
 a { background-color: #50926E; }

 a { background-color: rgb(80,146,110); }

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

<style>
 span { border-color: #50926E; }

 span { border-color: rgb(80,146,110); }

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