Html Css Color HEX #50A990 Keppel

📋 copy color: '#50A990'

red 80 ◦ green 169 ◦ blue 144

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

Shades of Keppel #50A990

Tints of Keppel #50A990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43%

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

R = 20.36%
G = 43%
B = 36.64%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#50A990 (or 0x50A990) is known color: Keppel. HEX triplet: 50, A9 and 90. RGB value is (80,169,144). Sum of RGB (Red+Green+Blue) = 80+169+144=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 169 - color contains mainly: green. Hex color #50A990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A990 is #AF566F. Grayscale: #8B8B8B. Windows color (decimal): -11490928 or 9480528. OLE color: 9480528.

HSL color Cylindrical-coordinate representation of color #50A990: hue angle of 163.15º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A990 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 169 144 -
CMYK 0.53 0 0.15 0.34
HSL 163.15º 0.36% 0.49% -
HSV(B) 163.15º 0.53% 0.66% -
XYZ 22.53 32.1 31.39 -
YUV 139.54 130.51 85.53 -
System Red Green Blue C M Y K H S L
Decimal 80 169 144 0.53 0 0.15 0.34 163.15 0.36 0.49
Hex 50 A9 90 35 0 F 22 A3 24 31
Octal 120 251 220 65 0 17 42 243 44 61
Binary 1010000 10101001 10010000 110101 0 1111 100010 10100011 100100 110001

Color Harmonies of #50A990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A990

Black with #50A990

Text Example


Text Example

White with #50A990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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