Html Css Color HEX #50B488 Ocean Green

📋 copy color: '#50B488'

red 80 ◦ green 180 ◦ blue 136

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

Shades of Ocean Green #50B488

Tints of Ocean Green #50B488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.34%

R = 20.2%
G = 45.45%
B = 34.34%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#50B488 (or 0x50B488) is known color: Ocean Green. HEX triplet: 50, B4 and 88. RGB value is (80,180,136). Sum of RGB (Red+Green+Blue) = 80+180+136=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #50B488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B488 is #AF4B77. Grayscale: #919191. Windows color (decimal): -11488120 or 8959056. OLE color: 8959056.

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

Color convert

RGB 80 180 136 -
CMYK 0.56 0 0.24 0.29
HSL 153.6º 0.4% 0.51% -
HSV(B) 153.6º 0.56% 0.71% -
XYZ 24.07 36.13 29 -
YUV 145.08 122.87 81.58 -
System Red Green Blue C M Y K H S L
Decimal 80 180 136 0.56 0 0.24 0.29 153.6 0.4 0.51
Hex 50 B4 88 38 0 18 1D 9A 28 33
Octal 120 264 210 70 0 30 35 232 50 63
Binary 1010000 10110100 10001000 111000 0 11000 11101 10011010 101000 110011

Color Harmonies of #50B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B488

Black with #50B488

Text Example


Text Example

White with #50B488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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