Html Css Color HEX #50BB97 Keppel

📋 copy color: '#50BB97'

red 80 ◦ green 187 ◦ blue 151

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

Shades of Keppel #50BB97

Tints of Keppel #50BB97

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.74%

 BLUE value IS 151 (59.38% from 255) = 36.12%

R = 19.14%
G = 44.74%
B = 36.12%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#50BB97 (or 0x50BB97) is known color: Keppel. HEX triplet: 50, BB and 97. RGB value is (80,187,151). Sum of RGB (Red+Green+Blue) = 80+187+151=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BB97 is #AF4468. Grayscale: #969696. Windows color (decimal): -11486313 or 9943888. OLE color: 9943888.

HSL color Cylindrical-coordinate representation of color #50BB97: hue angle of 159.81º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BB97 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 187 151 -
CMYK 0.57 0 0.19 0.27
HSL 159.81º 0.44% 0.52% -
HSV(B) 159.81º 0.57% 0.73% -
XYZ 26.66 39.48 35.49 -
YUV 150.9 128.05 77.43 -
System Red Green Blue C M Y K H S L
Decimal 80 187 151 0.57 0 0.19 0.27 159.81 0.44 0.52
Hex 50 BB 97 39 0 13 1B A0 2C 34
Octal 120 273 227 71 0 23 33 240 54 64
Binary 1010000 10111011 10010111 111001 0 10011 11011 10100000 101100 110100

Color Harmonies of #50BB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BB97

Black with #50BB97

Text Example


Text Example

White with #50BB97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,187,151); }

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

background-color css

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

 a { background-color: rgb(80,187,151); }

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

border-color css

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

 span { border-color: rgb(80,187,151); }

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