Html Css Color HEX #50B269 Ocean Green

📋 copy color: '#50B269'

red 80 ◦ green 178 ◦ blue 105

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

Shades of Ocean Green #50B269

Tints of Ocean Green #50B269

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.04%

 BLUE value IS 105 (41.41% from 255) = 28.93%

R = 22.04%
G = 49.04%
B = 28.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#50B269 (or 0x50B269) is known color: Ocean Green. HEX triplet: 50, B2 and 69. RGB value is (80,178,105). Sum of RGB (Red+Green+Blue) = 80+178+105=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #50B269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B269 is #AF4D96. Grayscale: #8C8C8C. Windows color (decimal): -11488663 or 6926928. OLE color: 6926928.

HSL color Cylindrical-coordinate representation of color #50B269: hue angle of 135.31º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B269 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 105 -
CMYK 0.55 0 0.41 0.30
HSL 135.31º 0.39% 0.51% -
HSV(B) 135.31º 0.55% 0.7% -
XYZ 21.78 34.57 18.89 -
YUV 140.38 108.03 84.94 -
System Red Green Blue C M Y K H S L
Decimal 80 178 105 0.55 0 0.41 0.30 135.31 0.39 0.51
Hex 50 B2 69 37 0 29 1E 87 27 33
Octal 120 262 151 67 0 51 36 207 47 63
Binary 1010000 10110010 1101001 110111 0 101001 11110 10000111 100111 110011

Color Harmonies of #50B269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B269

Black with #50B269

Text Example


Text Example

White with #50B269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,178,105); }

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

background-color css

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

 a { background-color: rgb(80,178,105); }

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

border-color css

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

 span { border-color: rgb(80,178,105); }

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