Html Css Color HEX #50B498 Keppel

📋 copy color: '#50B498'

red 80 ◦ green 180 ◦ blue 152

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

Shades of Keppel #50B498

Tints of Keppel #50B498

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.69%

 BLUE value IS 152 (59.77% from 255) = 36.89%

R = 19.42%
G = 43.69%
B = 36.89%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#50B498 (or 0x50B498) is known color: Keppel. HEX triplet: 50, B4 and 98. RGB value is (80,180,152). Sum of RGB (Red+Green+Blue) = 80+180+152=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 180 - color contains mainly: green. Hex color #50B498 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B498 is #AF4B67. Grayscale: #929292. Windows color (decimal): -11488104 or 10007632. OLE color: 10007632.

HSL color Cylindrical-coordinate representation of color #50B498: hue angle of 163.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B498 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 180 152 -
CMYK 0.56 0 0.16 0.29
HSL 163.2º 0.4% 0.51% -
HSV(B) 163.2º 0.56% 0.71% -
XYZ 25.3 36.61 35.44 -
YUV 146.91 130.87 80.28 -
System Red Green Blue C M Y K H S L
Decimal 80 180 152 0.56 0 0.16 0.29 163.2 0.4 0.51
Hex 50 B4 98 38 0 10 1D A3 28 33
Octal 120 264 230 70 0 20 35 243 50 63
Binary 1010000 10110100 10011000 111000 0 10000 11101 10100011 101000 110011

Color Harmonies of #50B498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B498

Black with #50B498

Text Example


Text Example

White with #50B498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,180,152); }

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

background-color css

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

 a { background-color: rgb(80,180,152); }

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

border-color css

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

 span { border-color: rgb(80,180,152); }

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