Html Css Color HEX #50B46E Ocean Green

📋 copy color: '#50B46E'

red 80 ◦ green 180 ◦ blue 110

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

Shades of Ocean Green #50B46E

Tints of Ocean Green #50B46E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.65%

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 21.62%
G = 48.65%
B = 29.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#50B46E (or 0x50B46E) is known color: Ocean Green. HEX triplet: 50, B4 and 6E. RGB value is (80,180,110). Sum of RGB (Red+Green+Blue) = 80+180+110=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #50B46E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B46E is #AF4B91. Grayscale: #8E8E8E. Windows color (decimal): -11488146 or 7255120. OLE color: 7255120.

HSL color Cylindrical-coordinate representation of color #50B46E: hue angle of 138º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B46E is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 180 110 -
CMYK 0.56 0 0.39 0.29
HSL 138º 0.4% 0.51% -
HSV(B) 138º 0.56% 0.71% -
XYZ 22.44 35.47 20.42 -
YUV 142.12 109.87 83.69 -
System Red Green Blue C M Y K H S L
Decimal 80 180 110 0.56 0 0.39 0.29 138 0.4 0.51
Hex 50 B4 6E 38 0 27 1D 8A 28 33
Octal 120 264 156 70 0 47 35 212 50 63
Binary 1010000 10110100 1101110 111000 0 100111 11101 10001010 101000 110011

Color Harmonies of #50B46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B46E

Black with #50B46E

Text Example


Text Example

White with #50B46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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