Html Css Color HEX #50BA8F Keppel

📋 copy color: '#50BA8F'

red 80 ◦ green 186 ◦ blue 143

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

Shades of Keppel #50BA8F

Tints of Keppel #50BA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.96%

R = 19.56%
G = 45.48%
B = 34.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#50BA8F (or 0x50BA8F) is known color: Keppel. HEX triplet: 50, BA and 8F. RGB value is (80,186,143). Sum of RGB (Red+Green+Blue) = 80+186+143=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BA8F is #AF4570. Grayscale: #959595. Windows color (decimal): -11486577 or 9419344. OLE color: 9419344.

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

Color convert

RGB 80 186 143 -
CMYK 0.57 0 0.23 0.27
HSL 155.66º 0.43% 0.52% -
HSV(B) 155.66º 0.57% 0.73% -
XYZ 25.83 38.81 32.12 -
YUV 149.4 124.38 78.5 -
System Red Green Blue C M Y K H S L
Decimal 80 186 143 0.57 0 0.23 0.27 155.66 0.43 0.52
Hex 50 BA 8F 39 0 17 1B 9C 2B 34
Octal 120 272 217 71 0 27 33 234 53 64
Binary 1010000 10111010 10001111 111001 0 10111 11011 10011100 101011 110100

Color Harmonies of #50BA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA8F

Black with #50BA8F

Text Example


Text Example

White with #50BA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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