Html Css Color HEX #50926B Ocean Green

📋 copy color: '#50926B'

red 80 ◦ green 146 ◦ blue 107

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

Shades of Ocean Green #50926B

Tints of Ocean Green #50926B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.84%

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 24.02%
G = 43.84%
B = 32.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#50926B (or 0x50926B) is known color: Ocean Green. HEX triplet: 50, 92 and 6B. RGB value is (80,146,107). Sum of RGB (Red+Green+Blue) = 80+146+107=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #50926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50926B is #AF6D94. Grayscale: #797979. Windows color (decimal): -11496853 or 7049808. OLE color: 7049808.

HSL color Cylindrical-coordinate representation of color #50926B: hue angle of 144.55º 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 #50926B is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 146 107 -
CMYK 0.45 0 0.27 0.43
HSL 144.55º 0.29% 0.44% -
HSV(B) 144.55º 0.45% 0.57% -
XYZ 16.24 23.32 17.56 -
YUV 121.82 119.63 98.17 -
System Red Green Blue C M Y K H S L
Decimal 80 146 107 0.45 0 0.27 0.43 144.55 0.29 0.44
Hex 50 92 6B 2D 0 1B 2B 91 1D 2C
Octal 120 222 153 55 0 33 53 221 35 54
Binary 1010000 10010010 1101011 101101 0 11011 101011 10010001 11101 101100

Color Harmonies of #50926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50926B

Black with #50926B

Text Example


Text Example

White with #50926B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50926B;
 }
 .AnyTagClassName
 {
   color: #50926B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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