Html Css Color HEX #50926E Ocean Green

📋 copy color: '#50926E'

red 80 ◦ green 146 ◦ blue 110

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

Shades of Ocean Green #50926E

Tints of Ocean Green #50926E

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 value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#50926E (or 0x50926E) is known color: 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

RGB 80 146 110 -
CMYK 0.45 0 0.25 0.43
HSL 147.27º 0.29% 0.44% -
HSV(B) 147.27º 0.45% 0.57% -
XYZ 16.4 23.39 18.4 -
YUV 122.16 121.13 97.93 -
System Red Green Blue C M Y K H S L
Decimal 80 146 110 0.45 0 0.25 0.43 147.27 0.29 0.44
Hex 50 92 6E 2D 0 19 2B 93 1D 2C
Octal 120 222 156 55 0 31 53 223 35 54
Binary 1010000 10010010 1101110 101101 0 11001 101011 10010011 11101 101100

Color Harmonies of #50926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50926E

Black with #50926E

Text Example


Text Example

White with #50926E

Text Example


Text Example

HTML Codes & Css Web 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>