Html Css Color HEX #50BA95 Keppel

📋 copy color: '#50BA95'

red 80 ◦ green 186 ◦ blue 149

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

Shades of Keppel #50BA95

Tints of Keppel #50BA95

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.82%

 BLUE value IS 149 (58.59% from 255) = 35.9%

R = 19.28%
G = 44.82%
B = 35.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#50BA95 (or 0x50BA95) is known color: Keppel. HEX triplet: 50, BA and 95. RGB value is (80,186,149). Sum of RGB (Red+Green+Blue) = 80+186+149=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BA95 is #AF456A. Grayscale: #969696. Windows color (decimal): -11486571 or 9812560. OLE color: 9812560.

HSL color Cylindrical-coordinate representation of color #50BA95: hue angle of 159.06º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BA95 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 186 149 -
CMYK 0.57 0 0.20 0.27
HSL 159.06º 0.43% 0.52% -
HSV(B) 159.06º 0.57% 0.73% -
XYZ 26.29 38.99 34.57 -
YUV 150.09 127.38 78.01 -
System Red Green Blue C M Y K H S L
Decimal 80 186 149 0.57 0 0.20 0.27 159.06 0.43 0.52
Hex 50 BA 95 39 0 14 1B 9F 2B 34
Octal 120 272 225 71 0 24 33 237 53 64
Binary 1010000 10111010 10010101 111001 0 10100 11011 10011111 101011 110100

Color Harmonies of #50BA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA95

Black with #50BA95

Text Example


Text Example

White with #50BA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,186,149); }

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

background-color css

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

 a { background-color: rgb(80,186,149); }

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

border-color css

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

 span { border-color: rgb(80,186,149); }

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