Html Css Color HEX #50AC8D Keppel

📋 copy color: '#50AC8D'

red 80 ◦ green 172 ◦ blue 141

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

Shades of Keppel #50AC8D

Tints of Keppel #50AC8D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.77%

 BLUE value IS 141 (55.47% from 255) = 35.88%

R = 20.36%
G = 43.77%
B = 35.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#50AC8D (or 0x50AC8D) is known color: Keppel. HEX triplet: 50, AC and 8D. RGB value is (80,172,141). Sum of RGB (Red+Green+Blue) = 80+172+141=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AC8D is #AF5372. Grayscale: #8C8C8C. Windows color (decimal): -11490163 or 9284688. OLE color: 9284688.

HSL color Cylindrical-coordinate representation of color #50AC8D: hue angle of 159.78º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AC8D is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 172 141 -
CMYK 0.53 0 0.18 0.33
HSL 159.78º 0.37% 0.49% -
HSV(B) 159.78º 0.53% 0.67% -
XYZ 22.87 33.13 30.39 -
YUV 140.96 128.02 84.52 -
System Red Green Blue C M Y K H S L
Decimal 80 172 141 0.53 0 0.18 0.33 159.78 0.37 0.49
Hex 50 AC 8D 35 0 12 21 A0 25 31
Octal 120 254 215 65 0 22 41 240 45 61
Binary 1010000 10101100 10001101 110101 0 10010 100001 10100000 100101 110001

Color Harmonies of #50AC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AC8D

Black with #50AC8D

Text Example


Text Example

White with #50AC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,172,141); }

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

background-color css

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

 a { background-color: rgb(80,172,141); }

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

border-color css

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

 span { border-color: rgb(80,172,141); }

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