Html Css Color HEX #50AC92 Keppel

📋 copy color: '#50AC92'

red 80 ◦ green 172 ◦ blue 146

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

Shades of Keppel #50AC92

Tints of Keppel #50AC92

RGB

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

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

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

R = 20.1%
G = 43.22%
B = 36.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#50AC92 (or 0x50AC92) is known color: Keppel. HEX triplet: 50, AC and 92. RGB value is (80,172,146). Sum of RGB (Red+Green+Blue) = 80+172+146=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AC92 is #AF536D. Grayscale: #8D8D8D. Windows color (decimal): -11490158 or 9612368. OLE color: 9612368.

HSL color Cylindrical-coordinate representation of color #50AC92: hue angle of 163.04º 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 #50AC92 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 172 146 -
CMYK 0.53 0 0.15 0.33
HSL 163.04º 0.37% 0.49% -
HSV(B) 163.04º 0.53% 0.67% -
XYZ 23.25 33.29 32.39 -
YUV 141.53 130.52 84.11 -
System Red Green Blue C M Y K H S L
Decimal 80 172 146 0.53 0 0.15 0.33 163.04 0.37 0.49
Hex 50 AC 92 35 0 F 21 A3 25 31
Octal 120 254 222 65 0 17 41 243 45 61
Binary 1010000 10101100 10010010 110101 0 1111 100001 10100011 100101 110001

Color Harmonies of #50AC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AC92

Black with #50AC92

Text Example


Text Example

White with #50AC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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