Html Css Color HEX #50B28F Keppel

📋 copy color: '#50B28F'

red 80 ◦ green 178 ◦ blue 143

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

Shades of Keppel #50B28F

Tints of Keppel #50B28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 19.95%
G = 44.39%
B = 35.66%

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

#50B28F (or 0x50B28F) is known color: Keppel. HEX triplet: 50, B2 and 8F. RGB value is (80,178,143). Sum of RGB (Red+Green+Blue) = 80+178+143=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 178 - color contains mainly: green. Hex color #50B28F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B28F is #AF4D70. Grayscale: #909090. Windows color (decimal): -11488625 or 9417296. OLE color: 9417296.

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

Color convert

RGB 80 178 143 -
CMYK 0.55 0 0.20 0.30
HSL 158.57º 0.39% 0.51% -
HSV(B) 158.57º 0.55% 0.7% -
XYZ 24.19 35.53 31.57 -
YUV 144.71 127.03 81.85 -
System Red Green Blue C M Y K H S L
Decimal 80 178 143 0.55 0 0.20 0.30 158.57 0.39 0.51
Hex 50 B2 8F 37 0 14 1E 9F 27 33
Octal 120 262 217 67 0 24 36 237 47 63
Binary 1010000 10110010 10001111 110111 0 10100 11110 10011111 100111 110011

Color Harmonies of #50B28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B28F

Black with #50B28F

Text Example


Text Example

White with #50B28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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