Html Css Color HEX #50A67B Ocean Green

📋 copy color: '#50A67B'

red 80 ◦ green 166 ◦ blue 123

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

Shades of Ocean Green #50A67B

Tints of Ocean Green #50A67B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.99%

 BLUE value IS 123 (48.44% from 255) = 33.33%

R = 21.68%
G = 44.99%
B = 33.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#50A67B (or 0x50A67B) is known color: Ocean Green. HEX triplet: 50, A6 and 7B. RGB value is (80,166,123). Sum of RGB (Red+Green+Blue) = 80+166+123=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 166 - color contains mainly: green. Hex color #50A67B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A67B is #AF5984. Grayscale: #878787. Windows color (decimal): -11491717 or 8103504. OLE color: 8103504.

HSL color Cylindrical-coordinate representation of color #50A67B: hue angle of 150º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A67B is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 166 123 -
CMYK 0.52 0 0.26 0.35
HSL 150º 0.35% 0.48% -
HSV(B) 150º 0.52% 0.65% -
XYZ 20.52 30.41 23.53 -
YUV 135.38 121.01 88.5 -
System Red Green Blue C M Y K H S L
Decimal 80 166 123 0.52 0 0.26 0.35 150 0.35 0.48
Hex 50 A6 7B 34 0 1A 23 96 23 30
Octal 120 246 173 64 0 32 43 226 43 60
Binary 1010000 10100110 1111011 110100 0 11010 100011 10010110 100011 110000

Color Harmonies of #50A67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A67B

Black with #50A67B

Text Example


Text Example

White with #50A67B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,166,123); }

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

background-color css

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

 a { background-color: rgb(80,166,123); }

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

border-color css

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

 span { border-color: rgb(80,166,123); }

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