Html Css Color HEX #50BA8E Keppel

📋 copy color: '#50BA8E'

red 80 ◦ green 186 ◦ blue 142

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

Shades of Keppel #50BA8E

Tints of Keppel #50BA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.8%

R = 19.61%
G = 45.59%
B = 34.8%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#50BA8E (or 0x50BA8E) is known color: Keppel. HEX triplet: 50, BA and 8E. RGB value is (80,186,142). Sum of RGB (Red+Green+Blue) = 80+186+142=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BA8E is #AF4571. Grayscale: #959595. Windows color (decimal): -11486578 or 9353808. OLE color: 9353808.

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

Color convert

RGB 80 186 142 -
CMYK 0.57 0 0.24 0.27
HSL 155.09º 0.43% 0.52% -
HSV(B) 155.09º 0.57% 0.73% -
XYZ 25.75 38.78 31.72 -
YUV 149.29 123.88 78.58 -
System Red Green Blue C M Y K H S L
Decimal 80 186 142 0.57 0 0.24 0.27 155.09 0.43 0.52
Hex 50 BA 8E 39 0 18 1B 9B 2B 34
Octal 120 272 216 71 0 30 33 233 53 64
Binary 1010000 10111010 10001110 111001 0 11000 11011 10011011 101011 110100

Color Harmonies of #50BA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA8E

Black with #50BA8E

Text Example


Text Example

White with #50BA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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