Html Css Color HEX #50B297 Keppel

📋 copy color: '#50B297'

red 80 ◦ green 178 ◦ blue 151

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

Shades of Keppel #50B297

Tints of Keppel #50B297

RGB

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

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

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

R = 19.56%
G = 43.52%
B = 36.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#50B297 (or 0x50B297) is known color: Keppel. HEX triplet: 50, B2 and 97. RGB value is (80,178,151). Sum of RGB (Red+Green+Blue) = 80+178+151=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 178 - color contains mainly: green. Hex color #50B297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B297 is #AF4D68. Grayscale: #919191. Windows color (decimal): -11488617 or 9941584. OLE color: 9941584.

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

Color convert

RGB 80 178 151 -
CMYK 0.55 0 0.15 0.30
HSL 163.47º 0.39% 0.51% -
HSV(B) 163.47º 0.55% 0.7% -
XYZ 24.81 35.78 34.88 -
YUV 145.62 131.03 81.2 -
System Red Green Blue C M Y K H S L
Decimal 80 178 151 0.55 0 0.15 0.30 163.47 0.39 0.51
Hex 50 B2 97 37 0 F 1E A3 27 33
Octal 120 262 227 67 0 17 36 243 47 63
Binary 1010000 10110010 10010111 110111 0 1111 11110 10100011 100111 110011

Color Harmonies of #50B297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B297

Black with #50B297

Text Example


Text Example

White with #50B297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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