Html Css Color HEX #50A78F Keppel

📋 copy color: '#50A78F'

red 80 ◦ green 167 ◦ blue 143

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

Shades of Keppel #50A78F

Tints of Keppel #50A78F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.82%

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

R = 20.51%
G = 42.82%
B = 36.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#50A78F (or 0x50A78F) is known color: Keppel. HEX triplet: 50, A7 and 8F. RGB value is (80,167,143). Sum of RGB (Red+Green+Blue) = 80+167+143=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 167 - color contains mainly: green. Hex color #50A78F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A78F is #AF5870. Grayscale: #8A8A8A. Windows color (decimal): -11491441 or 9414480. OLE color: 9414480.

HSL color Cylindrical-coordinate representation of color #50A78F: hue angle of 163.45º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A78F is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 167 143 -
CMYK 0.52 0 0.14 0.35
HSL 163.45º 0.35% 0.48% -
HSV(B) 163.45º 0.52% 0.65% -
XYZ 22.08 31.33 30.87 -
YUV 138.25 130.68 86.45 -
System Red Green Blue C M Y K H S L
Decimal 80 167 143 0.52 0 0.14 0.35 163.45 0.35 0.48
Hex 50 A7 8F 34 0 E 23 A3 23 30
Octal 120 247 217 64 0 16 43 243 43 60
Binary 1010000 10100111 10001111 110100 0 1110 100011 10100011 100011 110000

Color Harmonies of #50A78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A78F

Black with #50A78F

Text Example


Text Example

White with #50A78F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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