Html Css Color HEX #50C090 Keppel

📋 copy color: '#50C090'

red 80 ◦ green 192 ◦ blue 144

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

Shades of Keppel #50C090

Tints of Keppel #50C090

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.15%

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 19.23%
G = 46.15%
B = 34.62%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#50C090 (or 0x50C090) is known color: Keppel. HEX triplet: 50, C0 and 90. RGB value is (80,192,144). Sum of RGB (Red+Green+Blue) = 80+192+144=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #50C090 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C090 is #AF3F6F. Grayscale: #999999. Windows color (decimal): -11485040 or 9486416. OLE color: 9486416.

HSL color Cylindrical-coordinate representation of color #50C090: hue angle of 154.29º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C090 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 192 144 -
CMYK 0.58 0 0.25 0.25
HSL 154.29º 0.47% 0.53% -
HSV(B) 154.29º 0.58% 0.75% -
XYZ 27.19 41.42 32.95 -
YUV 153.04 122.89 75.9 -
System Red Green Blue C M Y K H S L
Decimal 80 192 144 0.58 0 0.25 0.25 154.29 0.47 0.53
Hex 50 C0 90 3A 0 19 19 9A 2F 35
Octal 120 300 220 72 0 31 31 232 57 65
Binary 1010000 11000000 10010000 111010 0 11001 11001 10011010 101111 110101

Color Harmonies of #50C090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C090

Black with #50C090

Text Example


Text Example

White with #50C090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,192,144); }

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

background-color css

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

 a { background-color: rgb(80,192,144); }

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

border-color css

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

 span { border-color: rgb(80,192,144); }

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