Html Css Color HEX #50B08F Keppel

📋 copy color: '#50B08F'

red 80 ◦ green 176 ◦ blue 143

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

Shades of Keppel #50B08F

Tints of Keppel #50B08F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.11%

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

R = 20.05%
G = 44.11%
B = 35.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#50B08F (or 0x50B08F) is known color: Keppel. HEX triplet: 50, B0 and 8F. RGB value is (80,176,143). Sum of RGB (Red+Green+Blue) = 80+176+143=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #50B08F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B08F is #AF4F70. Grayscale: #8F8F8F. Windows color (decimal): -11489137 or 9416784. OLE color: 9416784.

HSL color Cylindrical-coordinate representation of color #50B08F: hue angle of 159.38º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B08F is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 176 143 -
CMYK 0.55 0 0.19 0.31
HSL 159.38º 0.38% 0.5% -
HSV(B) 159.38º 0.55% 0.69% -
XYZ 23.79 34.74 31.44 -
YUV 143.53 127.7 82.68 -
System Red Green Blue C M Y K H S L
Decimal 80 176 143 0.55 0 0.19 0.31 159.38 0.38 0.5
Hex 50 B0 8F 37 0 13 1F 9F 26 32
Octal 120 260 217 67 0 23 37 237 46 62
Binary 1010000 10110000 10001111 110111 0 10011 11111 10011111 100110 110010

Color Harmonies of #50B08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B08F

Black with #50B08F

Text Example


Text Example

White with #50B08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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