Html Css Color HEX #50B687 Ocean Green

📋 copy color: '#50B687'

red 80 ◦ green 182 ◦ blue 135

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

Shades of Ocean Green #50B687

Tints of Ocean Green #50B687

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.84%

 BLUE value IS 135 (53.13% from 255) = 34.01%

R = 20.15%
G = 45.84%
B = 34.01%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#50B687 (or 0x50B687) is known color: Ocean Green. HEX triplet: 50, B6 and 87. RGB value is (80,182,135). Sum of RGB (Red+Green+Blue) = 80+182+135=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 182 - color contains mainly: green. Hex color #50B687 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B687 is #AF4978. Grayscale: #929292. Windows color (decimal): -11487609 or 8894032. OLE color: 8894032.

HSL color Cylindrical-coordinate representation of color #50B687: hue angle of 152.35º degrees, saturation: 0.41, 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 #50B687 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 182 135 -
CMYK 0.56 0 0.26 0.29
HSL 152.35º 0.41% 0.51% -
HSV(B) 152.35º 0.56% 0.71% -
XYZ 24.41 36.91 28.76 -
YUV 146.14 121.71 80.82 -
System Red Green Blue C M Y K H S L
Decimal 80 182 135 0.56 0 0.26 0.29 152.35 0.41 0.51
Hex 50 B6 87 38 0 1A 1D 98 29 33
Octal 120 266 207 70 0 32 35 230 51 63
Binary 1010000 10110110 10000111 111000 0 11010 11101 10011000 101001 110011

Color Harmonies of #50B687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B687

Black with #50B687

Text Example


Text Example

White with #50B687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,182,135); }

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

background-color css

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

 a { background-color: rgb(80,182,135); }

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

border-color css

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

 span { border-color: rgb(80,182,135); }

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