Html Css Color HEX #50A06B Ocean Green

📋 copy color: '#50A06B'

red 80 ◦ green 160 ◦ blue 107

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

Shades of Ocean Green #50A06B

Tints of Ocean Green #50A06B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.11%

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

R = 23.05%
G = 46.11%
B = 30.84%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#50A06B (or 0x50A06B) is known color: Ocean Green. HEX triplet: 50, A0 and 6B. RGB value is (80,160,107). Sum of RGB (Red+Green+Blue) = 80+160+107=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 160 - color contains mainly: green. Hex color #50A06B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A06B is #AF5F94. Grayscale: #828282. Windows color (decimal): -11493269 or 7053392. OLE color: 7053392.

HSL color Cylindrical-coordinate representation of color #50A06B: hue angle of 140.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A06B is Cyan = 0.5, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 160 107 -
CMYK 0.5 0 0.33 0.37
HSL 140.25º 0.33% 0.47% -
HSV(B) 140.25º 0.5% 0.63% -
XYZ 18.53 27.91 18.32 -
YUV 130.04 115 92.31 -
System Red Green Blue C M Y K H S L
Decimal 80 160 107 0.5 0 0.33 0.37 140.25 0.33 0.47
Hex 50 A0 6B 32 0 21 25 8C 21 2F
Octal 120 240 153 62 0 41 45 214 41 57
Binary 1010000 10100000 1101011 110010 0 100001 100101 10001100 100001 101111

Color Harmonies of #50A06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A06B

Black with #50A06B

Text Example


Text Example

White with #50A06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50A06B;
 }
 .AnyTagClassName
 {
   color: #50A06B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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