Html Css Color HEX #50926A Ocean Green

📋 copy color: '#50926A'

red 80 ◦ green 146 ◦ blue 106

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

Shades of Ocean Green #50926A

Tints of Ocean Green #50926A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 24.1%
G = 43.98%
B = 31.93%

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

#50926A (or 0x50926A) is known color: Ocean Green. HEX triplet: 50, 92 and 6A. RGB value is (80,146,106). Sum of RGB (Red+Green+Blue) = 80+146+106=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #50926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50926A is #AF6D95. Grayscale: #797979. Windows color (decimal): -11496854 or 6984272. OLE color: 6984272.

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

Color convert

RGB 80 146 106 -
CMYK 0.45 0 0.27 0.43
HSL 143.64º 0.29% 0.44% -
HSV(B) 143.64º 0.45% 0.57% -
XYZ 16.19 23.3 17.28 -
YUV 121.71 119.13 98.25 -
System Red Green Blue C M Y K H S L
Decimal 80 146 106 0.45 0 0.27 0.43 143.64 0.29 0.44
Hex 50 92 6A 2D 0 1B 2B 90 1D 2C
Octal 120 222 152 55 0 33 53 220 35 54
Binary 1010000 10010010 1101010 101101 0 11011 101011 10010000 11101 101100

Color Harmonies of #50926A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50926A

Black with #50926A

Text Example


Text Example

White with #50926A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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