Html Css Color HEX #50B28D Keppel

📋 copy color: '#50B28D'

red 80 ◦ green 178 ◦ blue 141

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

Shades of Keppel #50B28D

Tints of Keppel #50B28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.34%

R = 20.05%
G = 44.61%
B = 35.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#50B28D (or 0x50B28D) is known color: Keppel. HEX triplet: 50, B2 and 8D. RGB value is (80,178,141). Sum of RGB (Red+Green+Blue) = 80+178+141=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #50B28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B28D is #AF4D72. Grayscale: #909090. Windows color (decimal): -11488627 or 9286224. OLE color: 9286224.

HSL color Cylindrical-coordinate representation of color #50B28D: hue angle of 157.35º 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 #50B28D is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 141 -
CMYK 0.55 0 0.21 0.30
HSL 157.35º 0.39% 0.51% -
HSV(B) 157.35º 0.55% 0.7% -
XYZ 24.04 35.47 30.78 -
YUV 144.48 126.03 82.01 -
System Red Green Blue C M Y K H S L
Decimal 80 178 141 0.55 0 0.21 0.30 157.35 0.39 0.51
Hex 50 B2 8D 37 0 15 1E 9D 27 33
Octal 120 262 215 67 0 25 36 235 47 63
Binary 1010000 10110010 10001101 110111 0 10101 11110 10011101 100111 110011

Color Harmonies of #50B28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B28D

Black with #50B28D

Text Example


Text Example

White with #50B28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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