Html Css Color HEX #50AA8E Keppel

📋 copy color: '#50AA8E'

red 80 ◦ green 170 ◦ blue 142

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

Shades of Keppel #50AA8E

Tints of Keppel #50AA8E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.37%

 BLUE value IS 142 (55.86% from 255) = 36.22%

R = 20.41%
G = 43.37%
B = 36.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#50AA8E (or 0x50AA8E) is known color: Keppel. HEX triplet: 50, AA and 8E. RGB value is (80,170,142). Sum of RGB (Red+Green+Blue) = 80+170+142=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AA8E is #AF5571. Grayscale: #8B8B8B. Windows color (decimal): -11490674 or 9349712. OLE color: 9349712.

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

Color convert

RGB 80 170 142 -
CMYK 0.53 0 0.16 0.33
HSL 161.33º 0.36% 0.49% -
HSV(B) 161.33º 0.53% 0.67% -
XYZ 22.57 32.41 30.66 -
YUV 139.9 129.18 85.28 -
System Red Green Blue C M Y K H S L
Decimal 80 170 142 0.53 0 0.16 0.33 161.33 0.36 0.49
Hex 50 AA 8E 35 0 10 21 A1 24 31
Octal 120 252 216 65 0 20 41 241 44 61
Binary 1010000 10101010 10001110 110101 0 10000 100001 10100001 100100 110001

Color Harmonies of #50AA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AA8E

Black with #50AA8E

Text Example


Text Example

White with #50AA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,170,142); }

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

background-color css

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

 a { background-color: rgb(80,170,142); }

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

border-color css

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

 span { border-color: rgb(80,170,142); }

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