Html Css Color HEX #50B28E Keppel

📋 copy color: '#50B28E'

red 80 ◦ green 178 ◦ blue 142

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

Shades of Keppel #50B28E

Tints of Keppel #50B28E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.5%

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

R = 20%
G = 44.5%
B = 35.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#50B28E (or 0x50B28E) is known color: Keppel. HEX triplet: 50, B2 and 8E. RGB value is (80,178,142). Sum of RGB (Red+Green+Blue) = 80+178+142=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 178 - color contains mainly: green. Hex color #50B28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B28E is #AF4D71. Grayscale: #909090. Windows color (decimal): -11488626 or 9351760. OLE color: 9351760.

HSL color Cylindrical-coordinate representation of color #50B28E: hue angle of 157.96º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B28E is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 142 -
CMYK 0.55 0 0.20 0.30
HSL 157.96º 0.39% 0.51% -
HSV(B) 157.96º 0.55% 0.7% -
XYZ 24.11 35.5 31.17 -
YUV 144.59 126.53 81.93 -
System Red Green Blue C M Y K H S L
Decimal 80 178 142 0.55 0 0.20 0.30 157.96 0.39 0.51
Hex 50 B2 8E 37 0 14 1E 9E 27 33
Octal 120 262 216 67 0 24 36 236 47 63
Binary 1010000 10110010 10001110 110111 0 10100 11110 10011110 100111 110011

Color Harmonies of #50B28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B28E

Black with #50B28E

Text Example


Text Example

White with #50B28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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