Html Css Color HEX #50C092 Keppel

📋 copy color: '#50C092'

red 80 ◦ green 192 ◦ blue 146

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

Shades of Keppel #50C092

Tints of Keppel #50C092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.93%

R = 19.14%
G = 45.93%
B = 34.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#50C092 (or 0x50C092) is known color: Keppel. HEX triplet: 50, C0 and 92. RGB value is (80,192,146). Sum of RGB (Red+Green+Blue) = 80+192+146=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #50C092 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C092 is #AF3F6D. Grayscale: #999999. Windows color (decimal): -11485038 or 9617488. OLE color: 9617488.

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

Color convert

RGB 80 192 146 -
CMYK 0.58 0 0.24 0.25
HSL 155.36º 0.47% 0.53% -
HSV(B) 155.36º 0.58% 0.75% -
XYZ 27.35 41.48 33.76 -
YUV 153.27 123.89 75.74 -
System Red Green Blue C M Y K H S L
Decimal 80 192 146 0.58 0 0.24 0.25 155.36 0.47 0.53
Hex 50 C0 92 3A 0 18 19 9B 2F 35
Octal 120 300 222 72 0 30 31 233 57 65
Binary 1010000 11000000 10010010 111010 0 11000 11001 10011011 101111 110101

Color Harmonies of #50C092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C092

Black with #50C092

Text Example


Text Example

White with #50C092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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